1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

Fix a typo in a comment. No changes to code.

FossilOrigin-Name: c2f50aa4e7bad8821e91a7490283dd53e44047d10a8cfebc3e2da26c770a5218
This commit is contained in:
drh
2019-03-18 10:30:00 +00:00
parent faeeddf0f0
commit 610f11de25
3 changed files with 8 additions and 8 deletions

View File

@@ -1160,7 +1160,7 @@ static void whereIndexExprTrans(
}
/*
** The pTruth expression is always tree because it is the WHERE clause
** The pTruth expression is always true because it is the WHERE clause
** a partial index that is driving a query loop. Look through all of the
** WHERE clause terms on the query, and if any of those terms must be
** true because pTruth is true, then mark those WHERE clause terms as