From: Fabio Estevam Date: Thu, 15 Dec 2016 22:02:19 +0000 (-0200) Subject: cmd/Kconfig: Fix typo in CMD_MEMORY help text X-Git-Tag: v2017.01-rc3~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c99d1b3ccf8d6fda809bb391da9cde86157cc4c9;p=platform%2Fkernel%2Fu-boot.git cmd/Kconfig: Fix typo in CMD_MEMORY help text Fix "Memory" and "initialize" typos in the CMD_MEMORY help text. Signed-off-by: Fabio Estevam Reviewed-by: Tom Rini --- diff --git a/cmd/Kconfig b/cmd/Kconfig index bffa713..91bd3fb 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -309,7 +309,7 @@ config CMD_MEMORY bool "md, mm, nm, mw, cp, cmp, base, loop" default y help - Memeory commands. + Memory commands. md - memory display mm - memory modify (auto-incrementing address) nm - memory modify (constant address) @@ -317,7 +317,7 @@ config CMD_MEMORY cp - memory copy cmp - memory compare base - print or set address offset - loop - initinite loop on address range + loop - initialize loop on address range config CMD_CRC32 bool "crc32"