diff options
Diffstat (limited to 'common/cmd_mmc.c')
| -rw-r--r-- | common/cmd_mmc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index c0b30d8b8..2b14a42dc 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c @@ -134,7 +134,7 @@ U_BOOT_CMD(  	mmcinfo, 2, 0, do_mmcinfo,  	"display MMC info",  	"<dev num>\n" -        "    - device number of the device to dislay info of\n" +	"    - device number of the device to dislay info of\n"  	""  ); |