diff options
author | drh <drh@noemail.net> | 2017-10-31 12:06:29 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2017-10-31 12:06:29 +0000 |
commit | 183f0aa6c4a72401ce4a00dc94f5f63744f10f6b (patch) | |
tree | 8ece87375b47d605cdc1e075aa7e21196539d071 /src | |
parent | 9d9c41e25e460130678e5883fafaa13e97024add (diff) | |
download | sqlite-183f0aa6c4a72401ce4a00dc94f5f63744f10f6b.tar.gz sqlite-183f0aa6c4a72401ce4a00dc94f5f63744f10f6b.zip |
Fix a minor comment typo. No changes to code.
FossilOrigin-Name: 5f79e6d9c3d44b0cc7cf805429006f7b29a69e8d863b58472172a56b29a7bb4e
Diffstat (limited to 'src')
-rw-r--r-- | src/wal.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2154,7 +2154,7 @@ static int walIndexReadHdr(Wal *pWal, int *pChanged){ ** checkpointed. If useWal==0 then this routine calls walIndexReadHdr() ** to make a copy of the wal-index header into pWal->hdr. If the ** wal-index header has changed, *pChanged is set to 1 (as an indication -** to the caller that the local paget cache is obsolete and needs to be +** to the caller that the local page cache is obsolete and needs to be ** flushed.) When useWal==1, the wal-index header is assumed to already ** be loaded and the pChanged parameter is unused. ** |