diff options
author | drh <drh@noemail.net> | 2020-03-19 15:57:03 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2020-03-19 15:57:03 +0000 |
commit | 91a23dc2999ebbdd8041f41a11dc81c63484f39a (patch) | |
tree | b0804ff7e065168bc3b5adc42718546cbce736b7 /src | |
parent | 553948e51433715f32d57e6977db6e0992b7f8cd (diff) | |
download | sqlite-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.c | 2 |
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. |