[U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display"
Benoît Thébaudeau
benoit.thebaudeau at advansee.com
Sun Nov 11 15:17:30 CET 2012
Dear Robert P. J. Day,
On Sunday, November 11, 2012 2:24:44 PM, Robert P. J. Day wrote:
> Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
>
> ---
>
> diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
> index 62a1c22..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[])
Thanks for fixing my typo! ;)
Cc-ing Andy (MMC custodian).
Best regards,
Benoît
More information about the U-Boot
mailing list