diff options
author | drh <drh@noemail.net> | 2018-09-21 19:06:09 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2018-09-21 19:06:09 +0000 |
commit | 5eaebf3a63162a75dd5cc9e5e33e4852701f4ab1 (patch) | |
tree | 6980cc6b966ff03930a994955a9c981cf08564ab /src/pcache.c | |
parent | fc9098a45edd457b143cee75abb708fef440a34d (diff) | |
download | sqlite-5eaebf3a63162a75dd5cc9e5e33e4852701f4ab1.tar.gz sqlite-5eaebf3a63162a75dd5cc9e5e33e4852701f4ab1.zip |
Comment typo fixed. No code changes.
FossilOrigin-Name: 7e68cdab20f50cf776b92b2138bb4aba7cb070f2bd855dd4cbbf46d447f2dc88
Diffstat (limited to 'src/pcache.c')
-rw-r--r-- | src/pcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcache.c b/src/pcache.c index 41fb03100..7415378b4 100644 --- a/src/pcache.c +++ b/src/pcache.c @@ -32,7 +32,7 @@ ** The PCache.pSynced variable is used to optimize searching for a dirty ** page to eject from the cache mid-transaction. It is better to eject ** a page that does not require a journal sync than one that does. -** Therefore, pSynced is maintained to that it *almost* always points +** Therefore, pSynced is maintained so that it *almost* always points ** to either the oldest page in the pDirty/pDirtyTail list that has a ** clear PGHDR_NEED_SYNC flag or to a page that is older than this one ** (so that the right page to eject can be found by following pDirtyPrev |