summaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite2/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/sqlite2/main.c')
-rw-r--r--src/libs/sqlite2/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/sqlite2/main.c b/src/libs/sqlite2/main.c
index 7541b171..1a2861b6 100644
--- a/src/libs/sqlite2/main.c
+++ b/src/libs/sqlite2/main.c
@@ -1109,7 +1109,7 @@ void *sqlite_commit_hook(
int sqliteBtreeFactory(
const sqlite *db, /* Main database when opening aux otherwise 0 */
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 */