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

Fix typo in comment. No changes to code.

FossilOrigin-Name: 6c43ba1c8753a4029e127078652f265c408a01c0
This commit is contained in:
mistachkin
2016-05-04 19:04:20 +00:00
parent 91da707280
commit 9fe3fbbc35
3 changed files with 9 additions and 9 deletions

View File

@@ -239,7 +239,7 @@ void sqlite3DeleteFrom(
int addrBypass = 0; /* Address of jump over the delete logic */
int addrLoop = 0; /* Top of the delete loop */
int addrEphOpen = 0; /* Instruction to open the Ephemeral table */
int bComplex; /* True if there are triggers or FKs or or
int bComplex; /* True if there are triggers or FKs or
** subqueries in the WHERE clause */
#ifndef SQLITE_OMIT_TRIGGER