1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix typo in comment.

FossilOrigin-Name: bd3ecbb5c1977744321f4bbac79fd7e2e7c1b5ba
This commit is contained in:
mistachkin
2016-09-20 17:38:27 +00:00
parent ff535a2499
commit e0736da15a
3 changed files with 9 additions and 9 deletions

View File

@@ -3785,7 +3785,7 @@ int sqlite3_test_control(int op, ...){
}
/* Set the threshold at which OP_Once counters reset back to zero.
** By default this is 0xfffffffe (over 2 billion), but that value is
** By default this is 0x7ffffffe (over 2 billion), but that value is
** too big to test in a reasonable amount of time, so this control is
** provided to set a small and easily reachable reset value.
*/