diff options
| author | cui fliter <imcusg@gmail.com> | 2024-03-22 23:31:44 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-03-26 19:58:28 +0000 |
| commit | 1e12eab8705d1d8d7472be9147a39caa1c8380db (patch) | |
| tree | cde9e173c3e757516f56f9e66c41065513738832 /src/runtime/coverage/testsupport.go | |
| parent | 4217877670e94b88ddd1ee1041b31d5825b08e2a (diff) | |
| download | go-1e12eab8705d1d8d7472be9147a39caa1c8380db.tar.xz | |
all: fix a large number of comments
Partial typo corrections, following https://go.dev/wiki/Spelling
Change-Id: I2357906ff2ea04305c6357418e4e9556e20375d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/573776
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/runtime/coverage/testsupport.go')
| -rw-r--r-- | src/runtime/coverage/testsupport.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/coverage/testsupport.go b/src/runtime/coverage/testsupport.go index a12b8589f0..4b00f3a0f7 100644 --- a/src/runtime/coverage/testsupport.go +++ b/src/runtime/coverage/testsupport.go @@ -247,7 +247,7 @@ type pkfunc struct { } func (ts *tstate) readAuxMetaFiles(metafiles string, importpaths map[string]struct{}) error { - // Unmarshall the information on available aux metafiles into + // Unmarshal the information on available aux metafiles into // a MetaFileCollection struct. var mfc coverage.MetaFileCollection data, err := os.ReadFile(metafiles) |
