Skip to content
Snippets Groups Projects
Commit 47aa51cd authored by Loïc Minier's avatar Loïc Minier Committed by Wolfgang Denk
Browse files

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

parent 141053d6
No related branches found
No related tags found
No related merge requests found
......@@ -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", },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment