From: Benny Siegert Date: Fri, 25 Nov 2011 15:57:10 +0000 (-0500) Subject: exp/sql/driver: Correct package name in comment. X-Git-Tag: weekly.2011-12-01~55 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5519b5d7165afc39e9d908a3c9ae24f221e38f53;p=gostls13.git exp/sql/driver: Correct package name in comment. 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 --- diff --git a/src/pkg/exp/sql/driver/driver.go b/src/pkg/exp/sql/driver/driver.go index 1139afa6bb..f0bcca2910 100644 --- a/src/pkg/exp/sql/driver/driver.go +++ b/src/pkg/exp/sql/driver/driver.go @@ -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