Skip to content
Snippets Groups Projects
Commit c99d1b3c authored by Fabio Estevam's avatar Fabio Estevam Committed by Tom Rini
Browse files

cmd/Kconfig: Fix typo in CMD_MEMORY help text


Fix "Memory" and "initialize" typos in the CMD_MEMORY help text.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 49abbd9c
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,7 @@ config CMD_MEMORY ...@@ -309,7 +309,7 @@ config CMD_MEMORY
bool "md, mm, nm, mw, cp, cmp, base, loop" bool "md, mm, nm, mw, cp, cmp, base, loop"
default y default y
help help
Memeory commands. Memory commands.
md - memory display md - memory display
mm - memory modify (auto-incrementing address) mm - memory modify (auto-incrementing address)
nm - memory modify (constant address) nm - memory modify (constant address)
...@@ -317,7 +317,7 @@ config CMD_MEMORY ...@@ -317,7 +317,7 @@ config CMD_MEMORY
cp - memory copy cp - memory copy
cmp - memory compare cmp - memory compare
base - print or set address offset base - print or set address offset
loop - initinite loop on address range loop - initialize loop on address range
config CMD_CRC32 config CMD_CRC32
bool "crc32" bool "crc32"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment