diff --git a/cmd/Kconfig b/cmd/Kconfig
index bffa7134f7513bf46e8f98623e5637bda0b8c24a..91bd3fb0b58ec958097ff91f8c126cde4533eb1a 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"