cmd/internal/cov: fix typo in readcovdata.go

hte -> the
This commit is contained in:
Ikko Eltociear Ashimine 2023-02-11 21:41:21 +09:00 committed by GitHub
parent e03ee85ef4
commit 5ef07542b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ type CovDataVisitor interface {
EndCounters()
// Invoked for each package in the meta-data file for the pod,
// first the 'begin' method when processinf of hte package starts,
// first the 'begin' method when processinf of the package starts,
// then the 'end' method when we're done
BeginPackage(pd *decodemeta.CoverageMetaDataDecoder, pkgIdx uint32)
EndPackage(pd *decodemeta.CoverageMetaDataDecoder, pkgIdx uint32)