diff options
Diffstat (limited to 'src/libs/sqlite2/shell.c')
-rw-r--r-- | src/libs/sqlite2/shell.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/sqlite2/shell.c b/src/libs/sqlite2/shell.c index dd3d9456..2e5091d8 100644 --- a/src/libs/sqlite2/shell.c +++ b/src/libs/sqlite2/shell.c @@ -949,7 +949,7 @@ static int do_meta_command(char *zLine, struct callback_data *p){ } /* -** Return TRUE if the last non-whitespace character in z[] is a semicolon. +** Return true if the last non-whitespace character in z[] is a semicolon. ** z[] is N characters long. */ static int _ends_with_semicolon(const char *z, int N){ @@ -982,7 +982,7 @@ static int _all_whitespace(const char *z){ } /* -** Return TRUE if the line typed in is an SQL command terminator other +** Return true if the line typed in is an SQL command terminator other ** than a semi-colon. The SQL Server style "go" command is understood ** as is the Oracle "/". */ |