Skip to content

Commit 10bfddc

Browse files
cuishuanggopherbot
authored andcommitted
all: remove redundant words in comment
Change-Id: I8e6be76f24a7b1bb21cc244d5117fa60efff03b3 Reviewed-on: https://go-review.googlesource.com/c/go/+/703317 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Sean Liao <[email protected]> Reviewed-by: Than McIntosh <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Mark Freeman <[email protected]> Reviewed-by: Sean Liao <[email protected]> Auto-Submit: Emmanuel Odeke <[email protected]>
1 parent 2469e92 commit 10bfddc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/fips140/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ v%.zip:
3030
go run ../../src/cmd/go/internal/fips140/mkzip.go v$*
3131

3232
# normally mkzip refuses to overwrite an existing zip file.
33-
# make v1.2.3.rm removes the zip file and and unpacked
33+
# make v1.2.3.rm removes the zip file and unpacked
3434
# copy from the module cache.
3535
v%.rm:
3636
rm -f v$*.zip

src/internal/coverage/test/counter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func TestCounterDataAppendSegment(t *testing.T) {
141141

142142
const numSegments = 2
143143

144-
// Write a counter with with multiple segments.
144+
// Write a counter with multiple segments.
145145
args := map[string]string{"argc": "1", "argv0": "prog.exe"}
146146
allfuncs := [][]decodecounter.FuncPayload{}
147147
ctrs := []uint32{}

src/net/interface_plan9.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func readInterface(i int) (*Interface, error) {
5959
fields := getFields(line)
6060

6161
// If the interface has no device file then we see two spaces between "device" and
62-
// "maxtu" and and getFields treats the two spaces as one delimiter.
62+
// "maxtu" and getFields treats the two spaces as one delimiter.
6363
// Insert a gap for the missing device name.
6464
// See https://go.dev/issue/72060.
6565
if stringslite.HasPrefix(line, "device maxtu ") {

0 commit comments

Comments
 (0)