diff options
author | Wolfgang Denk <wd@denx.de> | 2010-09-10 00:16:19 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-09-10 00:16:19 +0200 |
commit | 2d941de9d5c7ba00dc19787dfa0aac2949fd00fb (patch) | |
tree | 0b4a1b8370e242bc216fda902f1d51058b20efd0 /common | |
parent | 8fea51a4acb0c7da6fb375c9a708c50c0a1b66ad (diff) |
Prepare v2010.09-rc1v2010.09-rc1
Coding style cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
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 c0b30d8b865..2b14a42dcb4 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c @@ -134,7 +134,7 @@ U_BOOT_CMD( mmcinfo, 2, 0, do_mmcinfo, "display MMC info", "<dev num>\n" - " - device number of the device to dislay info of\n" + " - device number of the device to dislay info of\n" "" ); |