summaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite2/btree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/sqlite2/btree.c')
-rw-r--r--src/libs/sqlite2/btree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/sqlite2/btree.c b/src/libs/sqlite2/btree.c
index 745bdda2..447cb244 100644
--- a/src/libs/sqlite2/btree.c
+++ b/src/libs/sqlite2/btree.c
@@ -679,7 +679,7 @@ static void pageDestructor(void *pData){
*/
int sqliteBtreeOpen(
const char *zFilename, /* Name of the file containing the BTree database */
- int omitJournal, /* if TRUE then do not journal this file */
+ int omitJournal, /* if true then do not journal this file */
int nCache, /* How many pages in the page cache */
Btree **ppBtree /* Pointer to new Btree object written here */
){