From: Robert P. J. Day Date: Sun, 11 Nov 2012 03:24:44 +0000 (+0000) Subject: cmd_mmc.c: Fix typo, "dislay" -> "display" X-Git-Tag: v2013.01-rc2~140^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=59ddead140a7cfda78bc36e22aadc48f3b962e59;p=u-boot cmd_mmc.c: Fix typo, "dislay" -> "display" Signed-off-by: Robert P. J. Day --- diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 62a1c224d3..4c19df727a 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[])