diff --git a/src/fw/kernel/util/factory_reset.c b/src/fw/kernel/util/factory_reset.c index f01c5257..3f357d22 100644 --- a/src/fw/kernel/util/factory_reset.c +++ b/src/fw/kernel/util/factory_reset.c @@ -120,7 +120,7 @@ void factory_reset_fast(void *unused) { } #endif // !RECOVERY_FW -//! Used by the mfg flow to kick us out the MFG firmware and into the conumer PRF that's stored +//! Used by the mfg flow to kick us out the MFG firmware and into the consumer PRF that's stored //! on the external flash. void command_enter_consumer_mode(void) { boot_bit_set(BOOT_BIT_FORCE_PRF);