From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 14 Nov 2012 14:35:33 +0100 Subject: [U-Boot] [PATCH] cmd_mmc.c: Fix typo, "dislay" -> "display" In-Reply-To: References: Message-ID: <20121114143533.6dedba71@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Sun, 11 Nov 2012 08:24:44 -0500 (EST) "Robert P. J. Day" wrote: > > Signed-off-by: Robert P. J. Day > > --- > > 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[]) Applied to staging/agust at denx.de, thanks! Andy, I hope it is okay if this patch goes via staging tree. Anatolij