]> Cypherpunks repositories - gostls13.git/commitdiff
exp/sql/driver: Correct package name in comment.
authorBenny Siegert <bsiegert@gmail.com>
Fri, 25 Nov 2011 15:57:10 +0000 (10:57 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 25 Nov 2011 15:57:10 +0000 (10:57 -0500)
IIRC, package sql used to be called db. There was one occurrence
of the old name in a comment.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5431075

src/pkg/exp/sql/driver/driver.go

index 1139afa6bb443e65ba530d07b9967c491b9b99ce..f0bcca291065d17c058b1cca1ba27d2ea5f5ad03 100644 (file)
@@ -7,7 +7,7 @@
 //
 // Code simply using databases should use package sql.
 //
-// Drivers only need to be aware of a subset of Go's types.  The db package
+// Drivers only need to be aware of a subset of Go's types.  The sql package
 // will convert all types into one of the following:
 //
 //   int64