[U-Boot] [PATCH] Kconfig: fix a typo in the description of bmp command.

Andrius Štikonas andrius at stikonas.eu
Mon Sep 23 21:43:41 UTC 2019


Signed-off-by: Andrius Štikonas <andrius at stikonas.eu>
---
 cmd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 98647f58b7..c25fee721f 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1468,7 +1468,7 @@ config CMD_BMP
 	bool "Enable 'bmp' command"
 	depends on LCD || DM_VIDEO || VIDEO
 	help
-	  This provides a way to obtain information about a BMP-format iamge
+	  This provides a way to obtain information about a BMP-format image
 	  and to display it. BMP (which presumably stands for BitMaP) is a
 	  file format defined by Microsoft which supports images of various
 	  depths, formats and compression methods. Headers on the file
-- 
2.21.0



More information about the U-Boot mailing list