From: Loïc Minier <loic.minier@linaro.org>
Date: Tue, 4 Jan 2011 01:32:35 +0000 (+0100)
Subject: Fix typo ("comand" instead of "command")
X-Git-Tag: v2025.01-rc5-pxa1908~19727
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=47aa51cd984ff15c65cade66249f90736d581981;p=u-boot.git

Fix typo ("comand" instead of "command")

Signed-off-by: Loïc Minier <loic.minier@linaro.org>
---

diff --git a/tools/kwbimage.c b/tools/kwbimage.c
index 7b26920185..964796e9a6 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",	},