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:
Ryuma Yoshida 2018-02-20 15:10:49 +00:00 committed by Brad Fitzpatrick
parent 2e78f2afdb
commit 8fc25b531b
9 changed files with 9 additions and 9 deletions

View file

@ -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