From: Jim Wilson Date: Wed, 26 Sep 2007 18:11:04 +0000 (+0000) Subject: Fix typo in last patch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a53bcd4a8fe8da8f48c4a0756f9185550e42327;p=binutils-gdb.git Fix typo in last patch. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3f235bf3766..82d3eef26c2 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2007-09-26 James E. Wilson + + * ia64-gen.c (print_dependency_table): Fix typo in last patch. + 2007-09-26 Nick Clifton * 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 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"),