aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <>2023-02-21 12:34:00 +0000
committerdrh <>2023-02-21 12:34:00 +0000
commit0c30eaec995b55c7b79b1dae96fd08d19b6d0dfb (patch)
treee84992201ddd7d055bbf3f2c3c705ae50122a6b8 /src
parent6e2b2f307337c6d225fcc0422c175aed597417da (diff)
downloadsqlite-0c30eaec995b55c7b79b1dae96fd08d19b6d0dfb.tar.gz
sqlite-0c30eaec995b55c7b79b1dae96fd08d19b6d0dfb.zip
Fix a minor typo in a comment. No changes to working code.
FossilOrigin-Name: 7981671d1449b3fc6eb214deb558d91b87dc4fa6e38e24606625a146cc71664a
Diffstat (limited to 'src')
-rw-r--r--src/vdbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbe.c b/src/vdbe.c
index fb5e04a81..f3853e7fd 100644
--- a/src/vdbe.c
+++ b/src/vdbe.c
@@ -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 );