1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Minor comment fixes. No changes to code.

FossilOrigin-Name: 533aeb90085d989078073067172135db98e37e00be84f99757255858126196e4
This commit is contained in:
drh
2020-08-11 17:20:02 +00:00
parent 24c22753fc
commit 8c1fbe81d0
4 changed files with 10 additions and 10 deletions

View File

@@ -4095,7 +4095,7 @@ int sqlite3_test_control(int op, ...){
** 2020-07-22: Disabling EXTRA_SCHEMA_CHECKS also disables the
** verification of rootpage numbers when parsing the schema. This
** is useful to make it easier to reach strange internal error states
** during testing. The EXTRA_SCHEMA_CHECKS settting is always enabled
** during testing. The EXTRA_SCHEMA_CHECKS setting is always enabled
** in production.
*/
case SQLITE_TESTCTRL_EXTRA_SCHEMA_CHECKS: {