1
0
mirror of https://github.com/golang/go synced 2024-11-16 19:54:55 -07:00

cmd/covdata: fix typo in comment

Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
guoguangwu 2024-03-12 16:17:52 +08:00
parent 2ab9218c86
commit 7e5d056dc5

View File

@ -191,7 +191,7 @@ func (mm *metaMerge) endPod(pcombine bool) {
copyMetaDataFile(inpath, outpath)
}
// Emit acccumulated counter data for this pod.
// Emit accumulated counter data for this pod.
mm.emitCounters(*outdirflag, finalHash)
// Reset package state.