1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Fix a typo in a comment. No changes to code or tests.

FossilOrigin-Name: cceacc0e79c4e54682daddf2056c6bb8e88d9484
This commit is contained in:
dan
2014-01-22 10:22:25 +00:00
parent 340309fd69
commit 41028151be
3 changed files with 9 additions and 9 deletions

View File

@@ -3412,7 +3412,7 @@ static Bitmask codeOneLoopStart(
assert( bRev==0 || bRev==1 );
if( pTabItem->isRecursive ){
/* Tables marked isRecursive have only a single row that is stored in
** a pseudo-cursor. Need need to Rewind or Next such cursors. */
** a pseudo-cursor. No need to Rewind or Next such cursors. */
pLevel->op = OP_Noop;
}else{
pLevel->op = aStep[bRev];