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

@ -2310,7 +2310,7 @@ func (s *Stmt) connStmt(ctx context.Context, strategy connReuseStrategy) (dc *dr
}
// In a transaction or connection, we always use the connection that the
// the stmt was created on.
// stmt was created on.
if s.cg != nil {
s.mu.Unlock()
dc, releaseConn, err = s.cg.grabConn(ctx) // blocks, waiting for the connection.