diff options
| author | Arne Hormann <arnehormann@gmail.com> | 2013-12-18 08:17:43 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2013-12-18 08:17:43 +1100 |
| commit | a1a3d213559861f407a9f5bc7db3c3ae0d7fe5c5 (patch) | |
| tree | 79931a67bf2d5efd2c8f7d480f61155b5aa33b88 /src/pkg/database/sql | |
| parent | fbfb6e8a2a13805b516596725924373751c80ea4 (diff) | |
| download | go-a1a3d213559861f407a9f5bc7db3c3ae0d7fe5c5.tar.xz | |
database/sql: fix typo in comment
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/43300043
Diffstat (limited to 'src/pkg/database/sql')
| -rw-r--r-- | src/pkg/database/sql/fakedb_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/database/sql/fakedb_test.go b/src/pkg/database/sql/fakedb_test.go index 00ab799981..c7db0dd77b 100644 --- a/src/pkg/database/sql/fakedb_test.go +++ b/src/pkg/database/sql/fakedb_test.go @@ -23,7 +23,7 @@ var _ = log.Printf // interface, just for testing. // // It speaks a query language that's semantically similar to but -// syntantically different and simpler than SQL. The syntax is as +// syntactically different and simpler than SQL. The syntax is as // follows: // // WIPE |
