Kconfig: fix typo in CONFIG_FIT description
authorIgor Grinberg <grinberg@compulab.co.il>
Wed, 26 Aug 2015 14:54:45 +0000 (17:54 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 28 Sep 2015 14:15:47 +0000 (10:15 -0400)
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>
Kconfig

diff --git a/Kconfig b/Kconfig
index 05a34f7301e095a704753c02c983959f6ce3a902..f364a7a4d51d7fffeec8b68ff15c336ce974d0f3 100644 (file)
--- 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"