diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-11-11 03:24:44 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2012-11-14 14:29:27 +0100 |
commit | 59ddead140a7cfda78bc36e22aadc48f3b962e59 (patch) | |
tree | 90536d71495f09a54272b7ad6b1deb7202629ccf /common | |
parent | da1fd96ce4ec58604edfaa7dd1ae4a528ce62a06 (diff) | |
download | u-boot-imx-59ddead140a7cfda78bc36e22aadc48f3b962e59.zip u-boot-imx-59ddead140a7cfda78bc36e22aadc48f3b962e59.tar.gz u-boot-imx-59ddead140a7cfda78bc36e22aadc48f3b962e59.tar.bz2 |
cmd_mmc.c: Fix typo, "dislay" -> "display"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'common')
-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 62a1c224..4c19df7 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c @@ -144,7 +144,7 @@ static int do_mmcinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) U_BOOT_CMD( mmcinfo, 1, 0, do_mmcinfo, "display MMC info", - "- dislay info of the current MMC device" + "- display info of the current MMC device" ); static int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) |