NOR/TCL: fix typo in error message

Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
__archive__
Antonio Borneo 2010-05-10 17:07:28 +08:00 committed by Øyvind Harboe
parent feb95fbb7b
commit 24ebfffff5
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ COMMAND_HANDLER(handle_flash_fill_command)
{
if (readback[i]!=chunk[i])
{
LOG_ERROR("Verfication error address 0x%08" PRIx32 ", read back 0x%02x, expected 0x%02x",
LOG_ERROR("Verification error address 0x%08" PRIx32 ", read back 0x%02x, expected 0x%02x",
address + wrote + i, readback[i], chunk[i]);
retval = ERROR_FAIL;
goto done;