diff options
author | mistachkin <mistachkin@noemail.net> | 2017-01-09 18:22:54 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2017-01-09 18:22:54 +0000 |
commit | ab61cf7d936bac8031d21803b6664cb4e5fc086e (patch) | |
tree | 08fce8c9e77fee696813afba373dbd91860ef38a /src | |
parent | e7b554d615072f16896a6879f582c935fa252a12 (diff) | |
download | sqlite-ab61cf7d936bac8031d21803b6664cb4e5fc086e.tar.gz sqlite-ab61cf7d936bac8031d21803b6664cb4e5fc086e.zip |
Fix typo in a comment. No changes to code.
FossilOrigin-Name: d38fd22935b1572f4481b39c2f9274329b18ea99
Diffstat (limited to 'src')
-rw-r--r-- | src/vdbe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbe.c b/src/vdbe.c index 698092eb5..3f165d9e8 100644 --- a/src/vdbe.c +++ b/src/vdbe.c @@ -4657,7 +4657,7 @@ case OP_SorterData: { ** ** If P3!=0 then the content of the P2 register is unsuitable for use ** in OP_Result and any OP_Result will invalidate the P2 register content. -** The P2 register content is invalided by opcodes like OP_Function or +** The P2 register content is invalidated by opcodes like OP_Function or ** by any use of another cursor pointing to the same table. */ case OP_RowData: { |