Commit 47aa51cd984ff15c65cade66249f90736d581981

Authored by Loïc Minier
Committed by Wolfgang Denk
1 parent 141053d60a

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

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

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -33,7 +33,7 @@
33 33 * Supported commands for configuration file
34 34 */
35 35 static table_entry_t kwbimage_cmds[] = {
36   - {CMD_BOOT_FROM, "BOOT_FROM", "boot comand", },
  36 + {CMD_BOOT_FROM, "BOOT_FROM", "boot command", },
37 37 {CMD_NAND_ECC_MODE, "NAND_ECC_MODE", "NAND mode", },
38 38 {CMD_NAND_PAGE_SIZE, "NAND_PAGE_SIZE", "NAND size", },
39 39 {CMD_SATA_PIO_MODE, "SATA_PIO_MODE", "SATA mode", },