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:
@@ -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 );
|
||||
|
||||
|
Reference in New Issue
Block a user