From bc9dc8d415fc1ecf8d0d63a01dd17b2b60bf4cf3 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Mon, 3 Jul 2023 13:41:45 +0800 Subject: all: fix function names Change-Id: Iba8878420c59d705066d1d9955e91a5c2eb4faf5 Reviewed-on: https://go-review.googlesource.com/c/go/+/507615 Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor --- src/time/zoneinfo_read.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/time') 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 -- cgit v1.3