Skip to content

Commit 0b922bf

Browse files
Ikko Eltociear Ashiminegopherbot
Ikko Eltociear Ashimine
authored andcommitted
cmd/internal/cov: fix typo in readcovdata.go
hte -> the Change-Id: Ie81062997289d622756881acdd11af66611cd778 GitHub-Last-Rev: 5ef0754 GitHub-Pull-Request: #58473 Reviewed-on: https://go-review.googlesource.com/c/go/+/467518 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Than McIntosh <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Bypass: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent 712c009 commit 0b922bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/internal/cov/readcovdata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ type CovDataVisitor interface {
108108
EndCounters()
109109

110110
// Invoked for each package in the meta-data file for the pod,
111-
// first the 'begin' method when processinf of hte package starts,
111+
// first the 'begin' method when processinf of the package starts,
112112
// then the 'end' method when we're done
113113
BeginPackage(pd *decodemeta.CoverageMetaDataDecoder, pkgIdx uint32)
114114
EndPackage(pd *decodemeta.CoverageMetaDataDecoder, pkgIdx uint32)

0 commit comments

Comments
 (0)