From 9dc350a663fd04092ce4ffea900d48aa466a26ca Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:42:52 -0500 Subject: [PATCH] spelling: situations Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/kernel/util/stop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/kernel/util/stop.c b/src/fw/kernel/util/stop.c index 4b12587f..2fa1d170 100644 --- a/src/fw/kernel/util/stop.c +++ b/src/fw/kernel/util/stop.c @@ -74,7 +74,7 @@ void enter_stop_mode(void) { //PWR_EnterSTOPMode(PWR_Regulator_LowPower, PWR_STOPEntry_WFI); // We don't use ^^ the above function because of a silicon bug which // causes the processor to skip some instructions upon wake from STOP - // in certain sitations. See the STM32F20x and STM32F21x Errata sheet + // in certain situations. See the STM32F20x and STM32F21x Errata sheet // section 2.1.3 "Debugging Stop mode with WFE entry", or the erratum // of the same name in section 2.1.2 of the STM32F42x and STM32F43x // Errata sheet, for (misleading) details.