diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-12-15 20:02:19 -0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-27 11:24:13 -0500 |
commit | c99d1b3ccf8d6fda809bb391da9cde86157cc4c9 (patch) | |
tree | bb6dfd458dc7ba84c6201171a749b2e1eff5f970 | |
parent | 49abbd9cc309235895c9ff7ccb6ad75c40fca4a9 (diff) | |
download | u-boot-c99d1b3ccf8d6fda809bb391da9cde86157cc4c9.tar.gz |
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>
-rw-r--r-- | cmd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index bffa7134f7..91bd3fb0b5 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" |