diff options
author | drh <drh@noemail.net> | 2014-12-04 14:01:39 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2014-12-04 14:01:39 +0000 |
commit | 063970a15f317e156d4e2ee59059502fa326ee3b (patch) | |
tree | ea03b9007c05613f85ee9f0eea37468634f30211 /src | |
parent | a25165fa6852e71b3346e6d9457a50bd8332e0e8 (diff) | |
download | sqlite-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.in | 2 |
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 |