]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/covdata: fix typo in comment
authorguoguangwu <guoguangwug@gmail.com>
Tue, 12 Mar 2024 08:22:19 +0000 (08:22 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 12 Mar 2024 17:17:47 +0000 (17:17 +0000)
Change-Id: I14d2e58e36feb17a52fdc376a4562628e0da6698
GitHub-Last-Rev: 7e5d056dc5e0b9c009f5ed716ad4e9110551fe25
GitHub-Pull-Request: golang/go#66262
Reviewed-on: https://go-review.googlesource.com/c/go/+/570896
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/cmd/covdata/metamerge.go

index 6c68e0c7228d370ed5b7f880c1ba9ea453b651cb..bf088b11366ea602a04ba6fd1fb76943c655265d 100644 (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.