mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: remove duplicate word "the"
Change-Id: Ia5908e94a6bd362099ca3c63f6ffb7e94457131d
GitHub-Last-Rev: 545a40571a
GitHub-Pull-Request: golang/go#23942
Reviewed-on: https://go-review.googlesource.com/95435
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
2e78f2afdb
commit
8fc25b531b
9 changed files with 9 additions and 9 deletions
|
|
@ -1003,7 +1003,7 @@ type rowsCursor struct {
|
|||
err error
|
||||
|
||||
// a clone of slices to give out to clients, indexed by the
|
||||
// the original slice's first byte address. we clone them
|
||||
// original slice's first byte address. we clone them
|
||||
// just so we're able to corrupt them on close.
|
||||
bytesClone map[*byte][]byte
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue