]> Cypherpunks repositories - gostls13.git/commit
database/sql: fix typo and wording
authorKevin Burke <kev@inburke.com>
Mon, 2 Jan 2017 21:19:31 +0000 (13:19 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 2 Jan 2017 22:17:24 +0000 (22:17 +0000)
commitaf7bc070490fb2024102ac9a2c8f598bcb481bc7
tree48b553ffae2ce61a5a48a27c2e98c3182f1673f7
parent9def857072bb708a79c291bb88c4b2830f0a8376
database/sql: fix typo and wording

Clean up the phrasing a little bit, make the comment fit in 80
characters, and fix the spelling of "guard."

Change-Id: I688a3e760b8d67ea83830635f64dff04dd9a5911
Reviewed-on: https://go-review.googlesource.com/34792
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/database/sql/sql_test.go