diff options
author | mistachkin <mistachkin@noemail.net> | 2015-12-10 03:16:47 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2015-12-10 03:16:47 +0000 |
commit | c9fb38e7adf81cd7ca2b1af4f64bb5787c7dad05 (patch) | |
tree | d51116497b7be77aa857fee941b68ec3ec338970 /src | |
parent | 998147ec38ce64fff6307891b067192d2c089097 (diff) | |
download | sqlite-c9fb38e7adf81cd7ca2b1af4f64bb5787c7dad05.tar.gz sqlite-c9fb38e7adf81cd7ca2b1af4f64bb5787c7dad05.zip |
Fix spacing typo in comment. No changes to code.
FossilOrigin-Name: 3a18526fc2253658dad84c5e600481c8a62efe40
Diffstat (limited to 'src')
-rw-r--r-- | src/wal.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -332,7 +332,7 @@ struct WalIndexHdr { ** nBackfillAttempted is the largest value of nBackfill that a checkpoint ** has attempted to achieve. Normally nBackfill==nBackfillAtempted, however ** the nBackfillAttempted is set before any backfilling is done and the -** nBackfill is only set afte rall backfilling completes. So if a checkpoint +** nBackfill is only set after all backfilling completes. So if a checkpoint ** crashes, nBackfillAttempted might be larger than nBackfill. The ** WalIndexHdr.mxFrame must never be less than nBackfillAttempted. ** |