Explorar o código

uboot-tools: fix minor typo in Config.in file

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni %!s(int64=9) %!d(string=hai) anos
pai
achega
71514dac87
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      package/uboot-tools/Config.in
  2. 1 1
      package/uboot-tools/Config.in.host

+ 1 - 1
package/uboot-tools/Config.in

@@ -14,7 +14,7 @@ config BR2_PACKAGE_UBOOT_TOOLS_FIT_SUPPORT
 	help
 	  Enables support for Flattened Image Tree (FIT).
 
-	  This option allows to boot the new uImage structrure,
+	  This option allows to boot the new uImage structure,
 	  Flattened Image Tree. FIT is formally a FDT, which can include
 	  images of various types (kernel, FDT blob, ramdisk, etc.)
 	  in a single blob. To boot this new uImage structure,

+ 1 - 1
package/uboot-tools/Config.in.host

@@ -13,7 +13,7 @@ config BR2_PACKAGE_HOST_UBOOT_TOOLS_FIT_SUPPORT
 	help
 	  Enables support for Flattened Image Tree (FIT).
 
-	  This option allows to boot the new uImage structrure,
+	  This option allows to boot the new uImage structure,
 	  Flattened Image Tree. FIT is formally a FDT, which can include
 	  images of various types (kernel, FDT blob, ramdisk, etc.)
 	  in a single blob. To boot this new uImage structure,