From a71bb570d064f6d0c1cf59cef4b7a044be7a39d3 Mon Sep 17 00:00:00 2001 From: cuishuang Date: Thu, 4 Jul 2024 14:10:55 +0800 Subject: all: make struct comments match struct names Change-Id: I011f66854a9af5f3baa20abebd4b315c15db571f Reviewed-on: https://go-review.googlesource.com/c/go/+/596715 Reviewed-by: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov TryBot-Result: Gopher Robot Run-TryBot: shuang cui Auto-Submit: Dmitri Shuralyov Reviewed-by: Ian Lance Taylor Auto-Submit: Ian Lance Taylor Commit-Queue: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI --- src/internal/coverage/defs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal') diff --git a/src/internal/coverage/defs.go b/src/internal/coverage/defs.go index 340ac95635..1ef47638e6 100644 --- a/src/internal/coverage/defs.go +++ b/src/internal/coverage/defs.go @@ -267,7 +267,7 @@ func (cm CounterGranularity) String() string { // by the Go command and by the coverage runtime. const MetaFilesFileName = "metafiles.txt" -// MetaFilePaths contains information generated by the Go command and +// MetaFileCollection contains information generated by the Go command and // the read in by coverage test support functions within an executing // "go test -cover" binary. type MetaFileCollection struct { -- cgit v1.3-5-g45d5