diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-01-26 14:43:44 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-01-29 07:48:58 +0100 |
commit | 9f720216b746f29606955baca9bf7211e35aaa53 (patch) | |
tree | a0c348782f4650b79d59aecf50d630ef8ea08bf2 /drivers/mtd | |
parent | 12d7fed9b9ea1ad6646fd4724ccffa27e043f09b (diff) | |
download | u-boot-9f720216b746f29606955baca9bf7211e35aaa53.tar.gz |
cfi_flash: Fix spelling of "Unknown"
"Unkown" should be spelled "Unknown".
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/cfi_flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c index 53842443eb..4c5e1568e6 100644 --- a/drivers/mtd/cfi_flash.c +++ b/drivers/mtd/cfi_flash.c @@ -1140,7 +1140,7 @@ int flash_erase(flash_info_t *info, int s_first, int s_last) break; #endif default: - debug("Unkown flash vendor %d\n", + debug("Unknown flash vendor %d\n", info->vendor); break; } |