diff mbox series

[meta-oe] fitimage.bbclass: fix comment/doc typos

Message ID 20260218164042.355512-1-michael.opdenacker@rootcommit.com
State New
Headers show
Series [meta-oe] fitimage.bbclass: fix comment/doc typos | expand

Commit Message

Michael Opdenacker Feb. 18, 2026, 4:40 p.m. UTC
From: Michael Opdenacker <michael.opdenacker@rootcommit.com>

Signed-off-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
---
 meta-oe/classes/fitimage.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/classes/fitimage.bbclass b/meta-oe/classes/fitimage.bbclass
index 03fa2fcd57..3a5a780248 100644
--- a/meta-oe/classes/fitimage.bbclass
+++ b/meta-oe/classes/fitimage.bbclass
@@ -22,7 +22,7 @@ 
 #    FITIMAGE_IMAGE_fdto[type] ?= "fdto"
 #    FITIMAGE_IMAGE_fdto[file] ?= <list of all dtbo files from KERNEL_DEVICETREE>
 #
-#    Add a devicetree created on-thy-fly of a base dtb and serveral dtbo's
+#    Add a devicetree created on-the-fly of a base dtb and several dtbo's
 #    FITIMAGE_IMAGE_fdtapply ?= "virtual/kernel"
 #    FITIMAGE_IMAGE_fdtapply[type] ?= "fdtapply"
 #    FITIMAGE_IMAGE_fdtapply[file] ?= "base.dtb overlay-1.dtbo overlay-2.dtbo"
@@ -78,7 +78,7 @@  FITIMAGE_SIGN ?= "0"
 FITIMAGE_SIGN[doc] = "Enable FIT image signing"
 FITIMAGE_SIGN_KEYDIR ?= ""
 FITIMAGE_SIGN_KEYDIR[doc] = "Key directory or pkcs#11 URI to use for signing configuration"
-FITIMAGE_MKIMAGE_EXTRA_ARGS[doc] = "Extra arguemnts to pass to uboot-mkimage call"
+FITIMAGE_MKIMAGE_EXTRA_ARGS[doc] = "Extra arguments to pass to uboot-mkimage call"
 FITIMAGE_HASH_ALGO ?= "sha256"
 FITIMAGE_HASH_ALGO[doc] = "Hash algorithm to use"
 FITIMAGE_ENCRYPT_ALGO ?= "rsa2048"