diff --git a/firmware/hw_layer/ports/stm32/stm32f4/mpu_util.cpp b/firmware/hw_layer/ports/stm32/stm32f4/mpu_util.cpp index 77c6ca9892..3330091106 100644 --- a/firmware/hw_layer/ports/stm32/stm32f4/mpu_util.cpp +++ b/firmware/hw_layer/ports/stm32/stm32f4/mpu_util.cpp @@ -65,7 +65,7 @@ void stm32_stop() { } /* * Standby for both F4 & F7 works perfectly, with very little current consumption. - * Downside is that theres a limited amount of pins that can wakeup F7, and only PA0 for F4XX. + * Downside is that there is a limited amount of pins that can wakeup F7, and only PA0 for F4XX. */ void stm32_standby() { // Don't get bothered by interrupts