[PATCH v2] lib: fix typos in Kconfig

Oleksandr Suvorov oleksandr.suvorov at foundries.io
Wed Sep 1 15:05:08 CEST 2021


There are trivial typos in the Kconfig file. Fixed them.
Also, fixed grammar in the descriptions with typos.

Fixes: d56b4b1974 ("configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS")
Fixes: 7264f2928b ("spl: fit: Eanble GZIP support for image decompression")
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov at foundries.io>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
---

Changes in v2:
- fix grammar as well (thanks to Heinrich Schuchardt <xypron.glpk at gmx.de>)

 lib/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index c535147aea..57be30661e 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -478,7 +478,7 @@ config LZMA
 config LZO
 	bool "Enable LZO decompression support"
 	help
-	  This enables support for LZO compression algorithm.r
+	  This enables support for the LZO compression algorithm.
 
 config GZIP
 	bool "Enable gzip decompression support"
@@ -537,7 +537,7 @@ config SPL_GZIP
 	bool "Enable gzip decompression support for SPL build"
 	select SPL_ZLIB
 	help
-	  This enables support for GZIP compression altorithm for SPL boot.
+	  This enables support for the GZIP compression algorithm for SPL boot.
 
 config SPL_ZLIB
 	bool
-- 
2.31.1



More information about the U-Boot mailing list