From a70addd3b31ccb685f48867e24c6c2b4dc364a11 Mon Sep 17 00:00:00 2001 From: cuishuang Date: Thu, 4 Dec 2025 11:39:53 +0800 Subject: all: fix some comment issues Change-Id: I5dec35b1432705b3a52859c38e758220282226af Reviewed-on: https://go-review.googlesource.com/c/go/+/726700 LUCI-TryBot-Result: Go LUCI Reviewed-by: Sean Liao Auto-Submit: Dmitri Shuralyov Reviewed-by: Cherry Mui Reviewed-by: Dmitri Shuralyov --- src/encoding/gob/decgen.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/encoding') diff --git a/src/encoding/gob/decgen.go b/src/encoding/gob/decgen.go index 420c86207c..95d84b6762 100644 --- a/src/encoding/gob/decgen.go +++ b/src/encoding/gob/decgen.go @@ -4,8 +4,8 @@ //go:build ignore -// encgen writes the helper functions for encoding. Intended to be -// used with go generate; see the invocation in encode.go. +// decgen writes the helper functions for decoding. Intended to be +// used with go generate; see the invocation in decode.go. // TODO: We could do more by being unsafe. Add a -unsafe flag? -- cgit v1.3-5-g9baa