diff options
Diffstat (limited to 'src/time')
| -rw-r--r-- | src/time/zoneinfo_read.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/zoneinfo_read.go b/src/time/zoneinfo_read.go index 4d0e47d890..707dd1189d 100644 --- a/src/time/zoneinfo_read.go +++ b/src/time/zoneinfo_read.go @@ -90,7 +90,7 @@ func (d *dataIO) byte() (n byte, ok bool) { return p[0], true } -// read returns the read of the data in the buffer. +// rest returns the rest of the data in the buffer. func (d *dataIO) rest() []byte { r := d.p d.p = nil |
