diff mbox

[U-Boot,1/2] Fix typo ("comand" instead of "command")

Message ID 1294104756-3338-1-git-send-email-loic.minier@linaro.org
State Accepted
Headers show

Commit Message

Loïc Minier Jan. 4, 2011, 1:32 a.m. UTC
Signed-off-by: Loïc Minier <loic.minier@linaro.org>
---
 tools/kwbimage.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Wolfgang Denk Jan. 18, 2011, 11:07 p.m. UTC | #1
Dear =?UTF-8?q?Lo=C3=AFc=20Minier?=,

In message <1294104756-3338-1-git-send-email-loic.minier@linaro.org> you wrote:
> Signed-off-by: Loïc Minier <loic.minier@linaro.org>
> ---
>  tools/kwbimage.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
diff mbox

Patch

diff --git a/tools/kwbimage.c b/tools/kwbimage.c
index 7b26920..964796e 100644
--- a/tools/kwbimage.c
+++ b/tools/kwbimage.c
@@ -33,7 +33,7 @@ 
  * Supported commands for configuration file
  */
 static table_entry_t kwbimage_cmds[] = {
-	{CMD_BOOT_FROM,		"BOOT_FROM",		"boot comand",	},
+	{CMD_BOOT_FROM,		"BOOT_FROM",		"boot command",	},
 	{CMD_NAND_ECC_MODE,	"NAND_ECC_MODE",	"NAND mode",	},
 	{CMD_NAND_PAGE_SIZE,	"NAND_PAGE_SIZE",	"NAND size",	},
 	{CMD_SATA_PIO_MODE,	"SATA_PIO_MODE",	"SATA mode",	},