aboutsummaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/coverage/test/counter_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/coverage/test/counter_test.go b/src/internal/coverage/test/counter_test.go
index e29baeddc0..f7f74dc9ed 100644
--- a/src/internal/coverage/test/counter_test.go
+++ b/src/internal/coverage/test/counter_test.go
@@ -141,7 +141,7 @@ func TestCounterDataAppendSegment(t *testing.T) {
const numSegments = 2
- // Write a counter with with multiple segments.
+ // Write a counter with multiple segments.
args := map[string]string{"argc": "1", "argv0": "prog.exe"}
allfuncs := [][]decodecounter.FuncPayload{}
ctrs := []uint32{}