aboutsummaryrefslogtreecommitdiff
path: root/src/sqlite.h.in
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2011-01-14 15:17:55 +0000
committerdrh <drh@noemail.net>2011-01-14 15:17:55 +0000
commit94e7bd55bd94ad33a6eb7bfab6016800d64af3d7 (patch)
tree58c9660deaa6cff2c8c5a2eed70ef4f77ab65019 /src/sqlite.h.in
parent47e909bb15b6b7026439555e3df7454f63ffd6f3 (diff)
downloadsqlite-94e7bd55bd94ad33a6eb7bfab6016800d64af3d7.tar.gz
sqlite-94e7bd55bd94ad33a6eb7bfab6016800d64af3d7.zip
Fix comments, including some documentation comments, in the page cache
logic. No code changes. FossilOrigin-Name: c80e9c1a0dc0e501b209874e147e1cb1348cb4a4
Diffstat (limited to 'src/sqlite.h.in')
-rw-r--r--src/sqlite.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in
index 79a1e0810..27121072a 100644
--- a/src/sqlite.h.in
+++ b/src/sqlite.h.in
@@ -5737,7 +5737,7 @@ typedef struct sqlite3_pcache sqlite3_pcache;
** If the requested page is already in the page cache, then the page cache
** implementation must return a pointer to the page buffer with its content
** intact. If the requested page is not already in the cache, then the
-** behavior of the cache implementation should use the value of the createFlag
+** cache implementation should use the value of the createFlag
** parameter to help it determined what action to take:
**
** <table border=1 width=85% align=center>