mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
internal: fix a few function names on comments
Change-Id: I53169e386b8c789b092de348fa891fe50e11c2ef
GitHub-Last-Rev: 75232393b4
GitHub-Pull-Request: golang/go#55965
Reviewed-on: https://go-review.googlesource.com/c/go/+/436883
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
parent
902da52f7b
commit
73e14a3026
5 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
"math/bits"
|
||||
)
|
||||
|
||||
// ResetCovereage sets all of the counters for each edge of the instrumented
|
||||
// ResetCoverage sets all of the counters for each edge of the instrumented
|
||||
// source code to 0.
|
||||
func ResetCoverage() {
|
||||
cov := coverage()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue