aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <>2022-08-10 18:40:43 +0000
committerdrh <>2022-08-10 18:40:43 +0000
commitf0d12d87fa252e5ca00e9a52642e203ec233dc7c (patch)
treec74753a4a4b801df07f3b05f3fb96676b8e20fd7 /src
parent778d334085106e7dd2850e7de24a1065cf87cad9 (diff)
downloadsqlite-f0d12d87fa252e5ca00e9a52642e203ec233dc7c.tar.gz
sqlite-f0d12d87fa252e5ca00e9a52642e203ec233dc7c.zip
Fix another harmless comment typo that causes a typo in the documentation.
FossilOrigin-Name: bb084adb53386d8e52ca1e818a8322d2ec641b73fd8568cee01cc74c0ee9f265
Diffstat (limited to 'src')
-rw-r--r--src/vdbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbe.c b/src/vdbe.c
index 131a52f14..2935d34d5 100644
--- a/src/vdbe.c
+++ b/src/vdbe.c
@@ -4757,7 +4757,7 @@ seek_not_found:
** sqlite3BtreeNext() calls, then jump to This.P2, which will land just
** past the OP_IdxGT or OP_IdxGE opcode that follows the OP_SeekGE.
**
-** <li> If the cursor ends up past the target row (indicating the the target
+** <li> If the cursor ends up past the target row (indicating that the target
** row does not exist in the btree) then jump to SeekOP.P2.
** </ol>
*/