NOR/TCL: fix typo in error message
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 10 May 2010 09:07:28 +0000 (17:07 +0800)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 16 May 2010 11:39:47 +0000 (13:39 +0200)
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
src/flash/nor/tcl.c

index a6e942e0da60982703137fcabf9f627244b34f7a..ad21812397d6e53e7526a3235a6cfc8638cd5aee 100644 (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;