projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da1fd96
)
cmd_mmc.c: Fix typo, "dislay" -> "display"
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Sun, 11 Nov 2012 03:24:44 +0000
(
03:24
+0000)
committer
Anatolij Gustschin
<agust@denx.de>
Wed, 14 Nov 2012 13:29:27 +0000
(14:29 +0100)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
common/cmd_mmc.c
patch
|
blob
|
history
diff --git
a/common/cmd_mmc.c
b/common/cmd_mmc.c
index
62a1c22
..
4c19df7
100644
(file)
--- 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"
+ "- dis
p
lay info of the current MMC device"
);
static int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])