summaryrefslogtreecommitdiff
path: root/tools/kwbimage.c
diff options
context:
space:
mode:
authorLoïc Minier <loic.minier@linaro.org>2011-01-04 01:32:35 (GMT)
committerWolfgang Denk <wd@denx.de>2011-01-18 23:07:22 (GMT)
commit47aa51cd984ff15c65cade66249f90736d581981 (patch)
treea47eb49a7f36d03e4803387329a71abff3126bb3 /tools/kwbimage.c
parent141053d60ac459bc3859c06fe7cf16160077f937 (diff)
downloadu-boot-47aa51cd984ff15c65cade66249f90736d581981.tar.xz
Fix typo ("comand" instead of "command")
Signed-off-by: Loïc Minier <loic.minier@linaro.org>
Diffstat (limited to 'tools/kwbimage.c')
-rw-r--r--tools/kwbimage.c2
1 files changed, 1 insertions, 1 deletions
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", },