aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2014-12-04 14:01:39 +0000
committerdrh <drh@noemail.net>2014-12-04 14:01:39 +0000
commit063970a15f317e156d4e2ee59059502fa326ee3b (patch)
treeea03b9007c05613f85ee9f0eea37468634f30211 /src
parenta25165fa6852e71b3346e6d9457a50bd8332e0e8 (diff)
downloadsqlite-063970a15f317e156d4e2ee59059502fa326ee3b.tar.gz
sqlite-063970a15f317e156d4e2ee59059502fa326ee3b.zip
Fix comment typos reported on the mailing list. No changes to code.
FossilOrigin-Name: 93a71c9f058b58d11187293a1e8d5324d0911880
Diffstat (limited to 'src')
-rw-r--r--src/sqlite.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in
index 6a0497255..e6470042b 100644
--- a/src/sqlite.h.in
+++ b/src/sqlite.h.in
@@ -1216,7 +1216,7 @@ struct sqlite3_vfs {
** </ul>
**
** When unlocking, the same SHARED or EXCLUSIVE flag must be supplied as
-** was given no the corresponding lock.
+** was given on the corresponding lock.
**
** The xShmLock method can transition between unlocked and SHARED or
** between unlocked and EXCLUSIVE. It cannot transition between SHARED