diff options
author | mistachkin <mistachkin@noemail.net> | 2016-07-10 19:35:45 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2016-07-10 19:35:45 +0000 |
commit | 709947a3153e89eac3fe3f1907002c4463e7d2fc (patch) | |
tree | 1aece9134f96cd587910b033a36278a2d2707809 /src/wherecode.c | |
parent | 71c57db099b331c0c3294e1122448fb732a131bc (diff) | |
parent | e234cfd11f76cff3e7846c56eb1ddaeda3b33ac2 (diff) | |
download | sqlite-709947a3153e89eac3fe3f1907002c4463e7d2fc.tar.gz sqlite-709947a3153e89eac3fe3f1907002c4463e7d2fc.zip |
Merge comment typo fixes from trunk.
FossilOrigin-Name: 728c5aa436a5f55c86b019c415a2b71d1b0a8fd6
Diffstat (limited to 'src/wherecode.c')
-rw-r--r-- | src/wherecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wherecode.c b/src/wherecode.c index 3060d8d32..e660b3538 100644 --- a/src/wherecode.c +++ b/src/wherecode.c @@ -569,7 +569,7 @@ static int codeAllEqualityTerms( ** expression: "x>='ABC' AND x<'abd'". But this requires that the range ** scan loop run twice, once for strings and a second time for BLOBs. ** The OP_String opcodes on the second pass convert the upper and lower -** bound string contants to blobs. This routine makes the necessary changes +** bound string constants to blobs. This routine makes the necessary changes ** to the OP_String opcodes for that to happen. ** ** Except, of course, if SQLITE_LIKE_DOESNT_MATCH_BLOBS is defined, then |