mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: superseded
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
aacf4a9ab6
commit
bcf5e6d9f9
1 changed files with 2 additions and 2 deletions
|
@ -154,10 +154,10 @@ static bool flag_is_set(SettingsRecordHeader *hdr, uint8_t flags) {
|
|||
// the entire record has not been completely written yet. Records in this
|
||||
// state are removed on bootup, since they are in an indeterminate state.
|
||||
// - written: The typical state for a record. == !partially_written
|
||||
// - partially_overwritten: This record has been superceeded by another, which
|
||||
// - partially_overwritten: This record has been superseded by another, which
|
||||
// we are currently in the process of writing out to flash. Records in
|
||||
// this state are restored on bootup.
|
||||
// - overwritten: This record has been superceeded by another, which has been
|
||||
// - overwritten: This record has been superseded by another, which has been
|
||||
// completely written out to flash. We skip over and ignore overwritten
|
||||
// records.
|
||||
static bool partially_written(SettingsRecordHeader *hdr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue