diff mbox series

[7/8] boot/shim/shim.mk: fix 'deactivate' typo

Message ID 20240920212848.4099245-7-peter@korsgaard.com
State New
Headers show
Series [1/8] linux/linux.mk: fix 'parser' typo | expand

Commit Message

Peter Korsgaard Sept. 20, 2024, 9:28 p.m. UTC
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 boot/shim/shim.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/boot/shim/shim.mk b/boot/shim/shim.mk
index ae57677320..f5b3d1cee6 100644
--- a/boot/shim/shim.mk
+++ b/boot/shim/shim.mk
@@ -22,7 +22,7 @@  SHIM_MAKE_OPTS = \
 
 # shim has some assembly function that is not present in Thumb mode:
 # Error: selected processor does not support `mrc p15,0,r2,c9,c13,0' in Thumb mode
-# so, we desactivate Thumb mode
+# so, we deactivate Thumb mode
 ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
 SHIM_CFLAGS += -marm
 endif