diff options
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 2 |
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. |