diff --git a/src/time/zoneinfo.go b/src/time/zoneinfo.go index 0ab1e4dda5..7b39f869e6 100644 --- a/src/time/zoneinfo.go +++ b/src/time/zoneinfo.go @@ -635,7 +635,7 @@ var zoneinfoOnce sync.Once // locations in order: // // - the directory or uncompressed zip file named by the ZONEINFO environment variable -// - pn a Unix system, the system standard installation location +// - on a Unix system, the system standard installation location // - $GOROOT/lib/time/zoneinfo.zip // - the time/tzdata package, if it was imported func LoadLocation(name string) (*Location, error) {