summaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite2/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/sqlite2/build.c')
-rw-r--r--src/libs/sqlite2/build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/sqlite2/build.c b/src/libs/sqlite2/build.c
index 6c17f140..ac6b4890 100644
--- a/src/libs/sqlite2/build.c
+++ b/src/libs/sqlite2/build.c
@@ -994,7 +994,7 @@ void sqliteCreateView(
Token *pBegin, /* The CREATE token that begins the statement */
Token *pName, /* The token that holds the name of the view */
Select *pSelect, /* A SELECT statement that will become the new view */
- int isTemp /* TRUE for a TEMPORARY view */
+ int isTemp /* true for a TEMPORARY view */
){
Table *p;
int n;