diff mbox series

[8/8] boot/uboot: fix typos

Message ID 20240920212848.4099245-8-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/uboot/Config.in | 2 +-
 boot/uboot/uboot.mk  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index c4d052595c..dd80693614 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -150,7 +150,7 @@  config BR2_TARGET_UBOOT_DEFAULT_ENV_FILE
 	  Text file containing the variables to be used as the default
 	  environment in U-Boot.
 
-	  If empty, let U-Boot generate the default enviromnent from the
+	  If empty, let U-Boot generate the default environment from the
 	  source code and other U-Boot configuration values, which is
 	  the default behaviour.
 
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 2c04abc896..ab534a8b3a 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -54,7 +54,7 @@  endif
 
 ifeq ($(BR2_TARGET_UBOOT_FORMAT_ELF),y)
 UBOOT_BINS += u-boot
-# To make elf usable for debuging on ARC use special target
+# To make elf usable for debugging on ARC use special target
 ifeq ($(BR2_arc),y)
 UBOOT_MAKE_TARGET += mdbtrick
 endif