[U-Boot] [PATCH] cmd/Kconfig: Fix typo in CMD_MEMORY help text

From: Fabio Estevam fabio.estevam@nxp.com
Fix "Memory" and "initialize" typos in the CMD_MEMORY help text.
Signed-off-by: Fabio Estevam fabio.estevam@nxp.com --- cmd/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
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"

On Thu, Dec 15, 2016 at 08:02:19PM -0200, Fabio Estevam wrote:
From: Fabio Estevam fabio.estevam@nxp.com
Fix "Memory" and "initialize" typos in the CMD_MEMORY help text.
Signed-off-by: Fabio Estevam fabio.estevam@nxp.com
Reviewed-by: Tom Rini trini@konsulko.com

On Thu, Dec 15, 2016 at 08:02:19PM -0200, Fabio Estevam wrote:
From: Fabio Estevam fabio.estevam@nxp.com
Fix "Memory" and "initialize" typos in the CMD_MEMORY help text.
Signed-off-by: Fabio Estevam fabio.estevam@nxp.com Reviewed-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
participants (2)
-
Fabio Estevam
-
Tom Rini