aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2019-03-18 10:30:00 +0000
committerdrh <drh@noemail.net>2019-03-18 10:30:00 +0000
commit610f11de25993960ff616edde0f5dc47d1c0b56e (patch)
treea15ddd152cf59e259047ba6cd0163b476be956f4 /src
parentfaeeddf0f028bc3111d63bf718f8eadf7da0bc58 (diff)
downloadsqlite-610f11de25993960ff616edde0f5dc47d1c0b56e.tar.gz
sqlite-610f11de25993960ff616edde0f5dc47d1c0b56e.zip
Fix a typo in a comment. No changes to code.
FossilOrigin-Name: c2f50aa4e7bad8821e91a7490283dd53e44047d10a8cfebc3e2da26c770a5218
Diffstat (limited to 'src')
-rw-r--r--src/wherecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wherecode.c b/src/wherecode.c
index 758d6b5ee..d509c60a4 100644
--- a/src/wherecode.c
+++ b/src/wherecode.c
@@ -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