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

Fix a minor typo in a comment. No changes to working code.

FossilOrigin-Name: 7981671d1449b3fc6eb214deb558d91b87dc4fa6e38e24606625a146cc71664a
This commit is contained in:
drh
2023-02-21 12:34:00 +00:00
parent 6e2b2f3073
commit 0c30eaec99
3 changed files with 8 additions and 8 deletions

View File

@@ -1152,7 +1152,7 @@ case OP_Halt: {
#endif
/* A deliberately coded "OP_Halt SQLITE_INTERNAL * * * *" opcode indicates
** something is wrong with the code generator. Raise and assertion in order
** something is wrong with the code generator. Raise an assertion in order
** to bring this to the attention of fuzzers and other testing tools. */
assert( pOp->p1!=SQLITE_INTERNAL );