mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
database/sql: fix typo
Fixes #12606 Change-Id: Ib68cb20108ad35c3dd96e606649c4c8f9c0f085c Reviewed-on: https://go-review.googlesource.com/14571 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
4c96e7b79b
commit
b07a51b3d4
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ func (db *DB) removeDepLocked(x finalCloser, dep interface{}) func() error {
|
|||
}
|
||||
}
|
||||
|
||||
// This is the size of the connectionOpener request chan (dn.openerCh).
|
||||
// This is the size of the connectionOpener request chan (DB.openerCh).
|
||||
// This value should be larger than the maximum typical value
|
||||
// used for db.maxOpen. If maxOpen is significantly larger than
|
||||
// connectionRequestQueueSize then it is possible for ALL calls into the *DB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue