aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2020-03-19 15:57:03 +0000
committerdrh <drh@noemail.net>2020-03-19 15:57:03 +0000
commit91a23dc2999ebbdd8041f41a11dc81c63484f39a (patch)
treeb0804ff7e065168bc3b5adc42718546cbce736b7 /src
parent553948e51433715f32d57e6977db6e0992b7f8cd (diff)
downloadsqlite-91a23dc2999ebbdd8041f41a11dc81c63484f39a.tar.gz
sqlite-91a23dc2999ebbdd8041f41a11dc81c63484f39a.zip
Fix a typo in a comment. No changes to code.
FossilOrigin-Name: 3a51919ac23ae7312d78905334dc97742b517a7476052a85aa07945d9c77697b
Diffstat (limited to 'src')
-rw-r--r--src/vdbeaux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdbeaux.c b/src/vdbeaux.c
index 4ef1c72fe..6afbf9a5a 100644
--- a/src/vdbeaux.c
+++ b/src/vdbeaux.c
@@ -424,7 +424,7 @@ void sqlite3ExplainBreakpoint(const char *z1, const char *z2){
#endif
/*
-** Add a new OP_ opcode.
+** Add a new OP_Explain opcode.
**
** If the bPush flag is true, then make this opcode the parent for
** subsequent Explains until sqlite3VdbeExplainPop() is called.