aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2014-09-06 02:00:41 +0000
committermistachkin <mistachkin@noemail.net>2014-09-06 02:00:41 +0000
commit6b9da128565cfbaf61f5ded79bc71ec25443828b (patch)
treeac9f9044c86f804995b87c6aae37e6945de304e3 /src
parentd8b77e20fc9bde3a55c1355705287cc23b203b95 (diff)
downloadsqlite-6b9da128565cfbaf61f5ded79bc71ec25443828b.tar.gz
sqlite-6b9da128565cfbaf61f5ded79bc71ec25443828b.zip
Fix a couple of typos in comments. No changes to code.
FossilOrigin-Name: a758465e3cfa7e0cb8749d097cd6fb5f86b60955
Diffstat (limited to 'src')
-rw-r--r--src/where.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/where.c b/src/where.c
index 49b16b345..921baa29e 100644
--- a/src/where.c
+++ b/src/where.c
@@ -4229,7 +4229,7 @@ static void whereLoopOutputAdjust(
WhereTerm *pTerm, *pX;
Bitmask notAllowed = ~(pLoop->prereq|pLoop->maskSelf);
int i, j;
- int nEq = 0; /* Number of = constraints not within likely()/unlike() */
+ int nEq = 0; /* Number of = constraints not within likely()/unlikely() */
for(i=pWC->nTerm, pTerm=pWC->a; i>0; i--, pTerm++){
if( (pTerm->wtFlags & TERM_VIRTUAL)!=0 ) break;