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

Fix typo in a comment. No changes to code.

FossilOrigin-Name: d38fd22935b1572f4481b39c2f9274329b18ea99
This commit is contained in:
mistachkin
2017-01-09 18:22:54 +00:00
parent e7b554d615
commit ab61cf7d93
3 changed files with 9 additions and 9 deletions

View File

@@ -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: {