]> Cypherpunks repositories - gostls13.git/commitdiff
all: remove repeated definite articles
authorcui fliter <imcusg@gmail.com>
Thu, 27 Apr 2023 12:25:06 +0000 (20:25 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 27 Apr 2023 15:29:54 +0000 (15:29 +0000)
Change-Id: Idea3e6ca6e62bd5a5ff6e6d5c3f39efb7628f0ec
Reviewed-on: https://go-review.googlesource.com/c/go/+/489635
Run-TryBot: Michael Pratt <mpratt@google.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>

src/cmd/compile/internal/ssa/_gen/generic.rules
src/internal/coverage/decodecounter/decodecounterfile.go
src/internal/poll/fd_windows_test.go
src/runtime/coverage/apis.go
src/runtime/metrics/description.go

index 175a7456b1eee0ed25c54bce6dde43ac793969a4..c7a525abb773829b1effeec02b88181c787ddf6c 100644 (file)
 (SelectN [0] call:(StaticLECall {sym} a x)) && needRaceCleanup(sym, call) && clobber(call) => x
 (SelectN [0] call:(StaticLECall {sym} x)) && needRaceCleanup(sym, call) && clobber(call) => x
 
-// When rewriting append to growslice, we use as the the new length the result of
+// When rewriting append to growslice, we use as the new length the result of
 // growslice so that we don't have to spill/restore the new length around the growslice call.
 // The exception here is that if the new length is a constant, avoiding spilling it
 // is pointless and its constantness is sometimes useful for subsequent optimizations.
index fce060aabaa31b76304407854e7014d757c40ccc..83934fe68b389ab811af74fd54f31057167d7f48 100644 (file)
@@ -236,7 +236,7 @@ func (cdr *CounterDataReader) NumSegments() uint32 {
        return cdr.ftr.NumSegments
 }
 
-// BeginNextSegment sets up the the reader to read the next segment,
+// BeginNextSegment sets up the reader to read the next segment,
 // returning TRUE if we do have another segment to read, or FALSE
 // if we're done with all the segments (also an error if
 // something went wrong).
index 9f1db1000eb424ba5c9db498379ec258e04db17b..f0697a0d7b80851fa04f9afbf9beaaa751f11810 100644 (file)
@@ -144,7 +144,7 @@ func TestWSASocketConflict(t *testing.T) {
                t.Fatalf("could not create the event!")
        }
 
-       // Set the low bit of the Event Handle so that the the completion
+       // Set the low bit of the Event Handle so that the completion
        // of the overlapped I/O event will not trigger a completion event
        // on any I/O completion port associated with the handle.
        ovs[0].HEvent |= 0x1
index 4366ef47ab41b103d2eb2e64aab85bf849efeac3..05da345ede8d1413add3577ea547f622d18e2c3b 100644 (file)
@@ -27,7 +27,7 @@ func WriteMetaDir(dir string) error {
 
 // WriteMeta writes the meta-data content (the payload that would
 // normally be emitted to a meta-data file) for the currently running
-// program to the the writer 'w'. An error will be returned if the
+// program to the writer 'w'. An error will be returned if the
 // operation can't be completed successfully (for example, if the
 // currently running program was not built with "-cover", or if a
 // write fails).
index ad69d424c29e60ed943fb4d8cdfa36aa379db233..2d5b0f21955298f9de953994c0ffea4664d75aa7 100644 (file)
@@ -380,7 +380,7 @@ var allDesc = []Description{
 }
 
 func init() {
-       // Insert all the the non-default-reporting GODEBUGs into the table,
+       // Insert all the non-default-reporting GODEBUGs into the table,
        // preserving the overall sort order.
        i := 0
        for i < len(allDesc) && allDesc[i].Name < "/godebug/" {