summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2007-09-26 18:11:04 +0000
committerJim Wilson <wilson@tuliptree.org>2007-09-26 18:11:04 +0000
commit301f40abd0a612071e0da3170745a2f9fcb36105 (patch)
treed93945649232414092ee36fc225c8bed4d2f3d47
parent269c68e5d4409ceb090bfa5cf3bcab81a2d699ed (diff)
downloadbinutils-redhat-301f40abd0a612071e0da3170745a2f9fcb36105.tar.gz
Fix typo in last patch.
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/ia64-gen.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 3f235bf376..82d3eef26c 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-26 James E. Wilson <wilson@specifix.com>
+
+ * ia64-gen.c (print_dependency_table): Fix typo in last patch.
+
2007-09-26 Nick Clifton <nickc@redhat.com>
* mt-asm.c (parse_imm16): Reword error message in order to allow
diff --git a/opcodes/ia64-gen.c b/opcodes/ia64-gen.c
index 5c897a9532..a68c54c1b6 100644
--- a/opcodes/ia64-gen.c
+++ b/opcodes/ia64-gen.c
@@ -1552,7 +1552,7 @@ print_dependency_table ()
if (rdeps[i]->total_chks == 0)
{
if (rdeps[i]->total_regs)
- warn (_("Warning: rsrc %s (%s) has no chks%\n"),
+ warn (_("Warning: rsrc %s (%s) has no chks\n"),
rdeps[i]->name, mode_str[rdeps[i]->mode]);
else
warn (_("Warning: rsrc %s (%s) has no chks or regs\n"),