]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Fix typo ("comand" instead of "command")
authorLoïc Minier <loic.minier@linaro.org>
Tue, 4 Jan 2011 01:32:35 +0000 (02:32 +0100)
committerWolfgang Denk <wd@denx.de>
Tue, 18 Jan 2011 23:07:22 +0000 (00:07 +0100)
Signed-off-by: Loïc Minier <loic.minier@linaro.org>
tools/kwbimage.c

index 7b26920185b7cfdfa99d0c67bee11b6eaed41faf..964796e9a647666924347ca481f4c969d057784d 100644 (file)
@@ -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",    },