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 <fabio.estevam@nxp.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Fabio Estevam 2016-12-15 20:02:19 -02:00 committed by Tom Rini
parent 49abbd9cc3
commit c99d1b3ccf

View File

@ -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"