1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix a typo in a comment.

FossilOrigin-Name: bd22bf9cbe028e9811ca3afaadafd90312cb0fc9
This commit is contained in:
drh
2017-01-31 15:27:04 +00:00
parent 8e74e7ba4c
commit 1379521f4a
3 changed files with 8 additions and 8 deletions

View File

@@ -4407,7 +4407,7 @@ case OP_InsertInt: {
assert( HasRowid(pTab) );
op = ((pOp->p5 & OPFLAG_ISUPDATE) ? SQLITE_UPDATE : SQLITE_INSERT);
}else{
pTab = 0; /* Not needed. Silence a comiler warning. */
pTab = 0; /* Not needed. Silence a compiler warning. */
zDb = 0; /* Not needed. Silence a compiler warning. */
}