summaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite3/sqlite3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/sqlite3/sqlite3.h')
-rw-r--r--src/libs/sqlite3/sqlite3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/sqlite3/sqlite3.h b/src/libs/sqlite3/sqlite3.h
index 57837cbb..3ffc4334 100644
--- a/src/libs/sqlite3/sqlite3.h
+++ b/src/libs/sqlite3/sqlite3.h
@@ -4927,7 +4927,7 @@ struct sqlite3_module {
** Where OP is =, <, <=, >, or >=.
** The particular operator is stored
** in aConstraint[].op. The index of the column is stored in
-** aConstraint[].iColumn. aConstraint[].usable is TRUE if the
+** aConstraint[].iColumn. aConstraint[].usable is true if the
** expr on the right-hand side can be evaluated (and thus the constraint
** is usable) and false if it cannot.
**