Fix typo in last patch.
authorJim Wilson <wilson@tuliptree.org>
Wed, 26 Sep 2007 18:11:04 +0000 (18:11 +0000)
committerJim Wilson <wilson@tuliptree.org>
Wed, 26 Sep 2007 18:11:04 +0000 (18:11 +0000)
opcodes/ChangeLog
opcodes/ia64-gen.c

index 3f235bf3766a46e3e1eb6cf6166e78a5fd6241f6..82d3eef26c2a8dd3289ab7810242dfa5ef8ac1c5 100644 (file)
@@ -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
index 5c897a95322523dc90ab1c02b08191174069b733..a68c54c1b6f4744495bb8984e499c9ac62002e30 100644 (file)
@@ -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"), 
This page took 0.085173 seconds and 4 git commands to generate.