mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-12 05:25:11 -04:00
cmd_mmc.c: Fix typo, "dislay" -> "display"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
This commit is contained in:
parent
da1fd96ce4
commit
59ddead140
@ -144,7 +144,7 @@ static int do_mmcinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
|||||||
U_BOOT_CMD(
|
U_BOOT_CMD(
|
||||||
mmcinfo, 1, 0, do_mmcinfo,
|
mmcinfo, 1, 0, do_mmcinfo,
|
||||||
"display MMC info",
|
"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[])
|
static int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user