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);