aboutsummaryrefslogtreecommitdiff
path: root/src/insert.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2016-11-09 16:03:36 +0000
committerdrh <drh@noemail.net>2016-11-09 16:03:36 +0000
commit7405fa745ed34fed26fffe3fb62758da65409ae9 (patch)
tree43d80eacd73b69ac2c5cad1898040976e282236e /src/insert.c
parent4a8b013ef67b5444d37c55bfaee3173d6fa617c2 (diff)
downloadsqlite-7405fa745ed34fed26fffe3fb62758da65409ae9.tar.gz
sqlite-7405fa745ed34fed26fffe3fb62758da65409ae9.zip
Fix a simple comment typo. No changes to code.
FossilOrigin-Name: 51d0aed8d63d0710e4aa8925ff18cf3c45dc9e42
Diffstat (limited to 'src/insert.c')
-rw-r--r--src/insert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insert.c b/src/insert.c
index 14186b231..4ae4623ff 100644
--- a/src/insert.c
+++ b/src/insert.c
@@ -1377,7 +1377,7 @@ void sqlite3GenerateConstraintChecks(
}
if( isUpdate ){
- /* pkChng!=0 does not mean that the rowid has change, only that
+ /* pkChng!=0 does not mean that the rowid has changed, only that
** it might have changed. Skip the conflict logic below if the rowid
** is unchanged. */
sqlite3VdbeAddOp3(v, OP_Eq, regNewData, addrRowidOk, regOldData);