spelling mistake

git-svn-id: svn://svn.berlios.de/openocd/trunk@2692 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe 2009-09-11 07:46:50 +00:00
parent 0dcfbec7fb
commit f89d1cbfd6
1 changed files with 2 additions and 2 deletions

View File

@ -2334,7 +2334,7 @@ static int handle_load_image_command(struct command_context_s *cmd_ctx, char *cm
break; break;
} }
image_size += length; 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, (unsigned int)length,
image.sections[i].base_address + offset); image.sections[i].base_address + offset);
} }
@ -4537,7 +4537,7 @@ static int handle_fast_load_image_command(struct command_context_s *cmd_ctx, cha
fastload[i].length = length; fastload[i].length = length;
image_size += 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)length,
((unsigned int)(image.sections[i].base_address + offset))); ((unsigned int)(image.sections[i].base_address + offset)));
} }