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>
This commit is contained in:
Mario Six 2018-01-26 14:43:44 +01:00 committed by Stefan Roese
parent 12d7fed9b9
commit 9f720216b7

View File

@ -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;
}