From bcf5e6d9f9242934afd8ed51c1eb1a1a74c01aff Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:47:46 -0500 Subject: [PATCH] spelling: superseded Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/settings/settings_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/services/normal/settings/settings_file.c b/src/fw/services/normal/settings/settings_file.c index a566b14b..044eded3 100644 --- a/src/fw/services/normal/settings/settings_file.c +++ b/src/fw/services/normal/settings/settings_file.c @@ -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) {