mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Add a C-source spell-checking facility. make misspell (on Nix)
FossilOrigin-Name: 26c1bb4bd9e9f56613c3aa87407a7f562fd4ebde5bfd6dece02078001d9a45f8
This commit is contained in:
@@ -422,7 +422,7 @@ static int SQLITE_TCLAPI btree_payload_size(
|
||||
** routines, both for accuracy and for speed.
|
||||
**
|
||||
** An integer is written using putVarint() and read back with
|
||||
** getVarint() and varified to be unchanged. This repeats COUNT
|
||||
** getVarint() and verified to be unchanged. This repeats COUNT
|
||||
** times. The first integer is START*MULTIPLIER. Each iteration
|
||||
** increases the integer by INCREMENT.
|
||||
**
|
||||
|
Reference in New Issue
Block a user