diff options
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 eabfadd4b..801df2b02 100644 --- a/src/pcache.c +++ b/src/pcache.c @@ -390,7 +390,7 @@ PgHdr *sqlite3PcacheFetchFinish( /* ** Decrement the reference count on a page. If the page is clean and the -** reference count drops to 0, then it is made elible for recycling. +** reference count drops to 0, then it is made eligible for recycling. */ void SQLITE_NOINLINE sqlite3PcacheRelease(PgHdr *p){ assert( p->nRef>0 ); |