aboutsummaryrefslogtreecommitdiff
path: root/sqlite.go
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite.go')
-rw-r--r--sqlite.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite.go b/sqlite.go
index e6fd02c..0546877 100644
--- a/sqlite.go
+++ b/sqlite.go
@@ -31,7 +31,7 @@
//
// This is an experimental, pre-alpha, technology preview package. Performance
// is not (yet) a priority. When this virtual machine approach, hopefully,
-// reaches a reasonable levels of completeness and correctness, the plan is to
+// reaches a reasonable level of completeness and correctness, the plan is to
// eventually mechanically translate the IR form, produced by
// http://github.com/cznic/ccir, to Go. Unreadable Go, presumably.
//