summaryrefslogtreecommitdiff
path: root/opcodes/ia64-gen.c
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
commit7a53bcd4a8fe8da8f48c4a0756f9185550e42327 (patch)
tree82e24dd209039dce6252271aa6f45931755825a9 /opcodes/ia64-gen.c
parent168411b181bae47b6331dcee438ac6b3233016f9 (diff)
downloadbinutils-gdb-7a53bcd4a8fe8da8f48c4a0756f9185550e42327.tar.gz
Fix typo in last patch.
Diffstat (limited to 'opcodes/ia64-gen.c')
-rw-r--r--opcodes/ia64-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ia64-gen.c b/opcodes/ia64-gen.c
index 5c897a95322..a68c54c1b6f 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"),