From 3e4d224e8bba3206c52f43dd3dd94210b5880ea9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:34:50 -0500 Subject: [PATCH] spelling: after all Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- platform/robert/boot/src/fw_copy.c | 2 +- platform/silk/boot/src/fw_copy.c | 2 +- platform/snowy/boot/src/fw_copy.c | 2 +- platform/tintin/boot/src/fw_copy.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/robert/boot/src/fw_copy.c b/platform/robert/boot/src/fw_copy.c index adeb0c67..4c3992c8 100644 --- a/platform/robert/boot/src/fw_copy.c +++ b/platform/robert/boot/src/fw_copy.c @@ -138,7 +138,7 @@ void fw_copy_check_update_fw(void) { if (boot_bit_test(BOOT_BIT_NEW_FW_UPDATE_IN_PROGRESS)) { dbgserial_putstr("Our previous firmware update failed, aborting update."); - // Pretend like the new firmware bit wasn't set afterall. We'll just run the + // Pretend like the new firmware bit wasn't set after all. We'll just run the // previous code, whether that was normal firmware or the recovery firmware. boot_bit_clear(BOOT_BIT_NEW_FW_UPDATE_IN_PROGRESS); boot_bit_clear(BOOT_BIT_NEW_FW_AVAILABLE); diff --git a/platform/silk/boot/src/fw_copy.c b/platform/silk/boot/src/fw_copy.c index b4728773..640632fc 100644 --- a/platform/silk/boot/src/fw_copy.c +++ b/platform/silk/boot/src/fw_copy.c @@ -143,7 +143,7 @@ void check_update_fw(void) { if (boot_bit_test(BOOT_BIT_NEW_FW_UPDATE_IN_PROGRESS)) { dbgserial_putstr("Our previous firmware update failed, aborting update."); - // Pretend like the new firmware bit wasn't set afterall. We'll just run the + // Pretend like the new firmware bit wasn't set after all. We'll just run the // previous code, whether that was normal firmware or the recovery firmware. boot_bit_clear(BOOT_BIT_NEW_FW_UPDATE_IN_PROGRESS); boot_bit_clear(BOOT_BIT_NEW_FW_AVAILABLE); diff --git a/platform/snowy/boot/src/fw_copy.c b/platform/snowy/boot/src/fw_copy.c index cd704537..1bffc2a5 100644 --- a/platform/snowy/boot/src/fw_copy.c +++ b/platform/snowy/boot/src/fw_copy.c @@ -129,7 +129,7 @@ void check_update_fw(void) { if (boot_bit_test(BOOT_BIT_NEW_FW_UPDATE_IN_PROGRESS)) { dbgserial_putstr("Our previous firmware update failed, aborting update."); - // Pretend like the new firmware bit wasn't set afterall. We'll just run the + // Pretend like the new firmware bit wasn't set after all. We'll just run the // previous code, whether that was normal firmware or the recovery firmware. boot_bit_clear(BOOT_BIT_NEW_FW_UPDATE_IN_PROGRESS); boot_bit_clear(BOOT_BIT_NEW_FW_AVAILABLE); diff --git a/platform/tintin/boot/src/fw_copy.c b/platform/tintin/boot/src/fw_copy.c index fa26e335..63ea813a 100644 --- a/platform/tintin/boot/src/fw_copy.c +++ b/platform/tintin/boot/src/fw_copy.c @@ -182,7 +182,7 @@ void check_update_fw(void) { if (boot_bit_test(BOOT_BIT_NEW_FW_UPDATE_IN_PROGRESS)) { dbgserial_putstr("Our previous firmware update failed, aborting update."); - // Pretend like the new firmware bit wasn't set afterall. We'll just run the + // Pretend like the new firmware bit wasn't set after all. We'll just run the // previous code, whether that was normal firmware or the recovery firmware. boot_bit_clear(BOOT_BIT_NEW_FW_UPDATE_IN_PROGRESS); boot_bit_clear(BOOT_BIT_NEW_FW_AVAILABLE);