aboutsummaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2013-05-28 12:11:54 +0000
committerdrh <drh@noemail.net>2013-05-28 12:11:54 +0000
commitf7b5496e8e5516ed8727679af54a26711c8776e5 (patch)
tree52de8d70b231720251a85390ee079484341c6ce0 /src/expr.c
parentc7ac8c0f1fe7e57702036aae7553fb5970bb664c (diff)
downloadsqlite-f7b5496e8e5516ed8727679af54a26711c8776e5.tar.gz
sqlite-f7b5496e8e5516ed8727679af54a26711c8776e5.zip
Many small harmless comment changes. Removal of obsolete comments and
fixing misspelled words. No changes to code. FossilOrigin-Name: a0d5cc9315dc6e9ef7dee4c3dfabf4e562d64376
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c2
1 files changed, 1 insertions, 1 deletions
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.