summaryrefslogtreecommitdiff
path: root/src/pkg/time/zoneinfo.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/time/zoneinfo.go')
-rw-r--r--src/pkg/time/zoneinfo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/time/zoneinfo.go b/src/pkg/time/zoneinfo.go
index b2b719cfd..86f185dad 100644
--- a/src/pkg/time/zoneinfo.go
+++ b/src/pkg/time/zoneinfo.go
@@ -217,7 +217,7 @@ func setupZone() {
case len(tz) > 0:
zones, _ = readinfofile(zoneDir+tz);
case len(tz) == 0:
- // do nothing: use UTC
+ // do nothing: use UTC
}
}