From: oharboe at B. <oh...@ma...> - 2009-09-11 09:46:50
|
Author: oharboe Date: 2009-09-11 09:46:50 +0200 (Fri, 11 Sep 2009) New Revision: 2692 Modified: trunk/src/target/target.c Log: spelling mistake Modified: trunk/src/target/target.c =================================================================== --- trunk/src/target/target.c 2009-09-11 07:43:36 UTC (rev 2691) +++ trunk/src/target/target.c 2009-09-11 07:46:50 UTC (rev 2692) @@ -2334,7 +2334,7 @@ break; } image_size += length; - command_print(cmd_ctx, "%u byte written at address 0x%8.8" PRIx32 "", + command_print(cmd_ctx, "%u bytes written at address 0x%8.8" PRIx32 "", (unsigned int)length, image.sections[i].base_address + offset); } @@ -4537,7 +4537,7 @@ fastload[i].length = length; image_size += length; - command_print(cmd_ctx, "%u byte written at address 0x%8.8x", + command_print(cmd_ctx, "%u bytes written at address 0x%8.8x", (unsigned int)length, ((unsigned int)(image.sections[i].base_address + offset))); } |