diff options
Diffstat (limited to 'src/runtime/coverage')
| -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) |
