summaryrefslogtreecommitdiff
path: root/drivers/mtd/cfi_flash.c
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-01-26 16:43:44 +0300
committerStefan Roese <sr@denx.de>2018-01-29 09:48:58 +0300
commit9f720216b746f29606955baca9bf7211e35aaa53 (patch)
treea0c348782f4650b79d59aecf50d630ef8ea08bf2 /drivers/mtd/cfi_flash.c
parent12d7fed9b9ea1ad6646fd4724ccffa27e043f09b (diff)
downloadu-boot-9f720216b746f29606955baca9bf7211e35aaa53.tar.xz
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/cfi_flash.c')
-rw-r--r--drivers/mtd/cfi_flash.c2
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;
}