summaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite2/attach.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/sqlite2/attach.c')
-rw-r--r--src/libs/sqlite2/attach.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/sqlite2/attach.c b/src/libs/sqlite2/attach.c
index 316d0d2a..51011616 100644
--- a/src/libs/sqlite2/attach.c
+++ b/src/libs/sqlite2/attach.c
@@ -179,8 +179,8 @@ void sqliteDetach(Parse *pParse, Token *pDbname){
** Initialize a DbFixer structure. This routine must be called prior
** to passing the structure to one of the sqliteFixAAAA() routines below.
**
-** The return value indicates whether or not fixation is required. TRUE
-** means we do need to fix the database references, FALSE means we do not.
+** The return value indicates whether or not fixation is required. true
+** means we do need to fix the database references, false means we do not.
*/
int sqliteFixInit(
DbFixer *pFix, /* The fixer to be initialized */