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

Fix spacing typo in comment. No changes to code.

FossilOrigin-Name: 3a18526fc2253658dad84c5e600481c8a62efe40
This commit is contained in:
mistachkin
2015-12-10 03:16:47 +00:00
parent 998147ec38
commit c9fb38e7ad
3 changed files with 9 additions and 9 deletions

View File

@ -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.
**