From f7b5496e8e5516ed8727679af54a26711c8776e5 Mon Sep 17 00:00:00 2001 From: drh Date: Tue, 28 May 2013 12:11:54 +0000 Subject: Many small harmless comment changes. Removal of obsolete comments and fixing misspelled words. No changes to code. FossilOrigin-Name: a0d5cc9315dc6e9ef7dee4c3dfabf4e562d64376 --- src/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/expr.c') diff --git a/src/expr.c b/src/expr.c index 660397e07..c1a27ebf8 100644 --- a/src/expr.c +++ b/src/expr.c @@ -1646,7 +1646,7 @@ int sqlite3FindInIndex(Parse *pParse, Expr *pX, int *prNotFound){ ** ** If rMayHaveNull is zero, that means that the subquery is being used ** for membership testing only. There is no need to initialize any -** registers to indicate the presense or absence of NULLs on the RHS. +** registers to indicate the presence or absence of NULLs on the RHS. ** ** For a SELECT or EXISTS operator, return the register that holds the ** result. For IN operators or if an error occurs, the return value is 0. -- cgit v1.2.3