1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-10 01:02:56 +03:00

Fix a harmless typo in a comment.

FossilOrigin-Name: e1f4a115df34e45cf1bcf98961c699b582f564a58a979e95853b219bda06212c
This commit is contained in:
drh
2022-04-27 18:38:46 +00:00
parent 609959285b
commit 22b541b55a
3 changed files with 8 additions and 8 deletions

View File

@@ -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:
**