Просмотр исходного кода

boot/uboot: fix typos

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Peter Korsgaard 10 месяцев назад
Родитель
Сommit
ab34bdcb38
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      boot/uboot/Config.in
  2. 1 1
      boot/uboot/uboot.mk

+ 1 - 1
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
 	  Text file containing the variables to be used as the default
 	  environment in U-Boot.
 	  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
 	  source code and other U-Boot configuration values, which is
 	  the default behaviour.
 	  the default behaviour.
 
 

+ 1 - 1
boot/uboot/uboot.mk

@@ -54,7 +54,7 @@ endif
 
 
 ifeq ($(BR2_TARGET_UBOOT_FORMAT_ELF),y)
 ifeq ($(BR2_TARGET_UBOOT_FORMAT_ELF),y)
 UBOOT_BINS += u-boot
 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)
 ifeq ($(BR2_arc),y)
 UBOOT_MAKE_TARGET += mdbtrick
 UBOOT_MAKE_TARGET += mdbtrick
 endif
 endif