all: remove repeated definite articles

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>
This commit is contained in:
cui fliter 2023-04-27 20:25:06 +08:00 committed by Gopher Robot
parent e8c8b79f00
commit 42f558bd56
5 changed files with 5 additions and 5 deletions

View 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).