diff mbox series

[6/8] boot/optee-os/optee-os.mk: fix 'PLATFORM' typo

Message ID 20240920212848.4099245-6-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/optee-os/optee-os.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/boot/optee-os/optee-os.mk b/boot/optee-os/optee-os.mk
index 8d0169448f..883f166fc1 100644
--- a/boot/optee-os/optee-os.mk
+++ b/boot/optee-os/optee-os.mk
@@ -75,7 +75,7 @@  OPTEE_OS_MAKE_OPTS += \
 endif
 endif
 
-# Get mandatory PLAFORM and optional PLATFORM_FLAVOR and additional
+# Get mandatory PLATFORM and optional PLATFORM_FLAVOR and additional
 # variables
 OPTEE_OS_MAKE_OPTS += PLATFORM=$(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM))
 ifneq ($(call qstrip,$(BR2_TARGET_OPTEE_OS_PLATFORM_FLAVOR)),)