aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authordan <dan@noemail.net>2010-04-30 09:32:06 +0000
committerdan <dan@noemail.net>2010-04-30 09:32:06 +0000
commitba51590bcd443671d09f9320be2a218e58e26232 (patch)
tree4c4178d3040f1bb7e1c704f3d781b68931354fd5 /src/os_unix.c
parent5047af405bcb5bf0f4fb4c98e884b7020ffdf204 (diff)
downloadsqlite-ba51590bcd443671d09f9320be2a218e58e26232.tar.gz
sqlite-ba51590bcd443671d09f9320be2a218e58e26232.zip
Add a missing walIndexUnmap() to sqlite3WalSnapshotOpen().
FossilOrigin-Name: 72b95fde15dae56390dc8d4168fb2757447e289e
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 8480b5f44..fee07cb27 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -5083,7 +5083,7 @@ static int unixShmClose(sqlite3_shm *pSharedMem){
** written into pNewSize. A writer lock is held on the shared memory
** segment while resizing it.
**
-** If ppBuffer is not NULL, the a reader lock is acquired no the shared
+** If ppBuffer is not NULL, the a reader lock is acquired on the shared
** memory segment and *ppBuffer is made to point to the start of the
** shared memory segment. xShmRelease() must be called to release the
** lock.