diff options
Diffstat (limited to 'src/sqlite.h.in')
-rw-r--r-- | src/sqlite.h.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 39070f737..8f1c73459 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -30,7 +30,7 @@ ** the version number) and changes its name to "sqlite3.h" as ** part of the build process. ** -** @(#) $Id: sqlite.h.in,v 1.414 2008/11/18 19:18:09 drh Exp $ +** @(#) $Id: sqlite.h.in,v 1.415 2008/11/19 01:20:26 drh Exp $ */ #ifndef _SQLITE3_H_ #define _SQLITE3_H_ @@ -6683,8 +6683,9 @@ typedef struct sqlite3_pcache sqlite3_pcache; ** ** The xRekey() method is used to change the key value associated with the ** page passed as the second argument from oldKey to newKey. If the cache -** contains an entry associated with oldKey, it should be discarded. Any -** cache entry associated with oldKey is guaranteed not to be pinned. +** previously contains an entry associated with newKey, it should be +** discarded. Any prior cache entry associated with newKey is guaranteed not +** to be pinned. ** ** When SQLite calls the xTruncate() method, the cache must discard all ** existing cache entries with page numbers (keys) greater than or equal |