mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix an internal doc typo reported in [forum:e25e581f917|forum post e25e581f917].
FossilOrigin-Name: fa6f6ccdffc50024624306900efd2538c7415d8bdd0f02835b2e9c05adab3cf1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user