public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display"
@ 2012-11-11 13:24 Robert P. J. Day
  2012-11-11 14:17 ` Benoît Thébaudeau
  2012-11-14 13:35 ` Anatolij Gustschin
  0 siblings, 2 replies; 6+ messages in thread
From: Robert P. J. Day @ 2012-11-11 13:24 UTC (permalink / raw)
  To: u-boot


Signed-off-by: Robert P. J. Day <rpjday@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[])

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-11-14 13:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-11 13:24 [U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display" Robert P. J. Day
2012-11-11 14:17 ` Benoît Thébaudeau
2012-11-11 14:45   ` Robert P. J. Day
2012-11-11 15:20     ` Wolfgang Denk
2012-11-11 15:24       ` Robert P. J. Day
2012-11-14 13:35 ` Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox