mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: remove redundant words in comment
Change-Id: I8e6be76f24a7b1bb21cc244d5117fa60efff03b3 Reviewed-on: https://go-review.googlesource.com/c/go/+/703317 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Sean Liao <sean@liao.dev> Reviewed-by: Than McIntosh <thanm@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Mark Freeman <markfreeman@google.com> Reviewed-by: Sean Liao <sean@liao.dev> Auto-Submit: Emmanuel Odeke <emmanuel@orijtech.com>
This commit is contained in:
parent
2469e92d8c
commit
10bfddc91d
3 changed files with 3 additions and 3 deletions
|
|
@ -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{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue