mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: fix a few spelling errors in source comments
R=golang-codereviews, dave, iant CC=golang-codereviews https://golang.org/cl/45750044
This commit is contained in:
parent
3980aad49d
commit
5499034a71
10 changed files with 12 additions and 12 deletions
|
|
@ -569,7 +569,7 @@ func (db *DB) maybeOpenNewConnections() {
|
|||
}
|
||||
}
|
||||
|
||||
// Runs in a seperate goroutine, opens new connections when requested.
|
||||
// Runs in a separate goroutine, opens new connections when requested.
|
||||
func (db *DB) connectionOpener() {
|
||||
for _ = range db.openerCh {
|
||||
db.openNewConnection()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue