From 3dac204326960a18c4e44d3ea24fd428e91e9fcb Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Tue, 28 Sep 2021 19:18:25 -0700 Subject: [PATCH] time: fix typo --- src/time/zoneinfo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {