diff mbox

[U-Boot,02/10] Kconfig: fix typo in CONFIG_FIT description

Message ID 1440600893-20542-3-git-send-email-grinberg@compulab.co.il
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Igor Grinberg Aug. 26, 2015, 2:54 p.m. UTC
Fix typo in CONFIG_FIT description - remove the accidentially added
redundand 'the'.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Simon Glass <sjg@chromium.org>
---
 Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Aug. 28, 2015, 5:58 p.m. UTC | #1
On 26 August 2015 at 08:54, Igor Grinberg <grinberg@compulab.co.il> wrote:
> Fix typo in CONFIG_FIT description - remove the accidentially added
> redundand 'the'.
>
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
> Cc: Simon Glass <sjg@chromium.org>
> ---
>  Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Sept. 28, 2015, 9:07 p.m. UTC | #2
On Wed, Aug 26, 2015 at 05:54:45PM +0300, Igor Grinberg wrote:

> Fix typo in CONFIG_FIT description - remove the accidentially added
> redundand 'the'.
> 
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
> Cc: Simon Glass <sjg@chromium.org>
> Reviewed-by: Simon Glass <sjg@chromium.org>

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

Patch

diff --git a/Kconfig b/Kconfig
index 05a34f7..f364a7a 100644
--- a/Kconfig
+++ b/Kconfig
@@ -146,7 +146,7 @@  config FIT
 	  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,
-	  pass the the address of the blob to the "bootm" command.
+	  pass the address of the blob to the "bootm" command.
 
 config FIT_VERBOSE
 	bool "Display verbose messages on FIT boot"