summaryrefslogtreecommitdiff
path: root/src/target
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-11 07:46:50 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-11 07:46:50 +0000
commitf89d1cbfd64aab73684201a50a156afde87405f2 (patch)
tree82ee553945a89b393ccdf53c12fcca45f1ed996f /src/target
parent0dcfbec7fb5993cb73163b5e5c4d031727046fd9 (diff)
downloadopenocd+libswd-f89d1cbfd64aab73684201a50a156afde87405f2.tar.gz
openocd+libswd-f89d1cbfd64aab73684201a50a156afde87405f2.tar.bz2
openocd+libswd-f89d1cbfd64aab73684201a50a156afde87405f2.tar.xz
openocd+libswd-f89d1cbfd64aab73684201a50a156afde87405f2.zip
spelling mistake
git-svn-id: svn://svn.berlios.de/openocd/trunk@2692 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target')
-rw-r--r--src/target/target.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/target.c b/src/target/target.c
index 223a0356..7689c5e6 100644
--- a/src/target/target.c
+++ b/src/target/target.c
@@ -2334,7 +2334,7 @@ static int handle_load_image_command(struct command_context_s *cmd_ctx, char *cm
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 @@ static int handle_fast_load_image_command(struct command_context_s *cmd_ctx, cha
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)));
}