diff options
author | stephan <stephan@noemail.net> | 2025-03-14 12:37:36 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-03-14 12:37:36 +0000 |
commit | dae87df198a40df2c04507f86b49c291c1e917e3 (patch) | |
tree | 101900ceaeb980d11b058af6ea7e7e479223c7fd /src | |
parent | 1560045c328e5dc3b9a09e9c975b8626f984ef4f (diff) | |
download | sqlite-dae87df198a40df2c04507f86b49c291c1e917e3.tar.gz sqlite-dae87df198a40df2c04507f86b49c291c1e917e3.zip |
Fix an internal doc typo reported in [forum:e25e581f917|forum post e25e581f917].
FossilOrigin-Name: fa6f6ccdffc50024624306900efd2538c7415d8bdd0f02835b2e9c05adab3cf1
Diffstat (limited to 'src')
-rw-r--r-- | src/vdbe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vdbe.h b/src/vdbe.h index 476f1b4ea..dc98e270e 100644 --- a/src/vdbe.h +++ b/src/vdbe.h @@ -319,8 +319,8 @@ int sqlite3NotPureFunc(sqlite3_context*); int sqlite3VdbeBytecodeVtabInit(sqlite3*); #endif -/* Use SQLITE_ENABLE_COMMENTS to enable generation of extra comments on -** each VDBE opcode. +/* Use SQLITE_ENABLE_EXPLAIN_COMMENTS to enable generation of extra +** comments on each VDBE opcode. ** ** Use the SQLITE_ENABLE_MODULE_COMMENTS macro to see some extra no-op ** comments in VDBE programs that show key decision points in the code |