diff mbox series

[2/3] kconfig: fix some typos

Message ID 20200526170716.635963-2-marcin@juszkiewicz.com.pl
State Accepted
Delegated to: Tom Rini
Headers show
Series [1/3] kconfig: mark SPL/TPL options for DM_KEYBOARD | expand

Commit Message

Marcin Juszkiewicz May 26, 2020, 5:07 p.m. UTC
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
---
 lib/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Tom Rini June 3, 2020, 4:25 p.m. UTC | #1
On Tue, May 26, 2020 at 07:07:15PM +0200, Marcin Juszkiewicz wrote:

> Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git lib/Kconfig lib/Kconfig
index f18bf3778b..af5c38afd9 100644
--- lib/Kconfig
+++ lib/Kconfig
@@ -162,7 +162,7 @@  config LIB_RAND
 	bool "Pseudo-random library support"
 
 config LIB_HW_RAND
-	bool "HW Engine for random libray support"
+	bool "HW Engine for random library support"
 
 endchoice
 
@@ -448,7 +448,7 @@  config ZSTD
 config SPL_LZ4
 	bool "Enable LZ4 decompression support in SPL"
 	help
-	  This enables support for tge LZ4 decompression algorithm in SPL. LZ4
+	  This enables support for the LZ4 decompression algorithm in SPL. LZ4
 	  is a lossless data compression algorithm that is focused on
 	  fast compression and decompression speed. It belongs to the LZ77
 	  family of byte-oriented compression schemes.
@@ -456,7 +456,7 @@  config SPL_LZ4
 config SPL_LZMA
 	bool "Enable LZMA decompression support for SPL build"
 	help
-	  This enables support for LZMA compression altorithm for SPL boot.
+	  This enables support for LZMA compression algorithm for SPL boot.
 
 config SPL_LZO
 	bool "Enable LZO decompression support in SPL"