From 74d9fc2ef569a75abb6091f5b132ed17c8bbe775 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:20:35 -0500 Subject: [PATCH] spelling: consumer Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/kernel/util/factory_reset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);