diff options
author | drh <drh@noemail.net> | 2010-08-09 14:26:32 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2010-08-09 14:26:32 +0000 |
commit | f053d5b6c76bcc91e40593758e75fcdbee3a5ac1 (patch) | |
tree | 175a9d209377c942e52d8dad3b67e8716c1304bf /src | |
parent | c78db070a3fecd7093c96db729c20b6099f27deb (diff) | |
download | sqlite-f053d5b6c76bcc91e40593758e75fcdbee3a5ac1.tar.gz sqlite-f053d5b6c76bcc91e40593758e75fcdbee3a5ac1.zip |
Fix two comment typos that were reported on the mailing list.
FossilOrigin-Name: 88bf9016277c133dfbf4f4b2be0c35c9fe9fabd6
Diffstat (limited to 'src')
-rw-r--r-- | src/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select.c b/src/select.c index b3aa3d7ca..4550be600 100644 --- a/src/select.c +++ b/src/select.c @@ -1798,7 +1798,7 @@ multi_select_end: ** regReturn is the number of the register holding the subroutine ** return address. ** -** If regPrev>0 then it is a the first register in a vector that +** If regPrev>0 then it is the first register in a vector that ** records the previous output. mem[regPrev] is a flag that is false ** if there has been no previous output. If regPrev>0 then code is ** generated to suppress duplicates. pKeyInfo is used for comparing |