diff options
author | drh <> | 2022-04-27 18:38:46 +0000 |
---|---|---|
committer | drh <> | 2022-04-27 18:38:46 +0000 |
commit | 22b541b55a12a137b533132396cbdf2e71e2f7d3 (patch) | |
tree | 7c2e1630dbeaecf24314492e10875b3c93c49beb /src/expr.c | |
parent | 609959285bc035aa18da0d89bea484e1b5432105 (diff) | |
download | sqlite-22b541b55a12a137b533132396cbdf2e71e2f7d3.tar.gz sqlite-22b541b55a12a137b533132396cbdf2e71e2f7d3.zip |
Fix a harmless typo in a comment.
FossilOrigin-Name: e1f4a115df34e45cf1bcf98961c699b582f564a58a979e95853b219bda06212c
Diffstat (limited to 'src/expr.c')
-rw-r--r-- | src/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c index addd5794d..13bacb90c 100644 --- a/src/expr.c +++ b/src/expr.c @@ -2300,7 +2300,7 @@ int sqlite3ExprIsTableConstant(Expr *p, int iCur){ ** Check pExpr to see if it is an invariant constraint on data source pSrc. ** This is an optimization. False negatives will perhaps cause slower ** queries, but false positives will yield incorrect answers. So when in -** double, return 0. +** doubt, return 0. ** ** To be an invariant constraint, the following must be true: ** |