aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2017-04-21 16:27:48 +0200
committerJan Mercl <0xjnml@gmail.com>2017-04-21 16:27:48 +0200
commit1769e4aeff84d8b46d0d24d045a9ecdd6b2e7b77 (patch)
tree5c5eec7aebc6373cc55fc03db17661252dead2ef
parent32412eba3161086005fdb3568605fc43d66b7efe (diff)
Fix typo.
-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.
//