2011-09-28 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Wed, 28 Sep 2011 07:22:39 +0000 (07:22 +0000)
committerTristan Gingold <gingold@adacore.com>
Wed, 28 Sep 2011 07:22:39 +0000 (07:22 +0000)
* od-xcoff.c (dump_xcoff32_aout_header): Fix typo.

binutils/ChangeLog
binutils/od-xcoff.c

index 450f552195a38cab42be244da8069403b1797151..fee7d528f164bb7a930bbd0ffff471c57ed1da8b 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-28  Tristan Gingold  <gingold@adacore.com>
+
+       * od-xcoff.c (dump_xcoff32_aout_header): Fix typo.
+
 2011-09-27  Tristan Gingold  <gingold@adacore.com>
 
        * od-xcoff.c (dump_xcoff32_aout_header): Remove some gettext macros.
index 3b27992f7d7a0594059f73fcfb5ca2e1f8081023..2b38cbdaca504fee868ff9f7666cf0074e8ef0e5 100644 (file)
@@ -459,7 +459,7 @@ dump_xcoff32_aout_header (bfd *abfd, struct xcoff_dump *data)
     }
 
   magic = bfd_h_get_16 (abfd, auxhdr.magic);
-  /* We don't translate these strings are they are fields name.  */
+  /* We don't translate these strings as they are fields name.  */
   printf ("  o_mflag (magic): 0x%04x 0%04o\n", magic, magic);
   printf ("  o_vstamp:        0x%04x\n",
           (unsigned short)bfd_h_get_16 (abfd, auxhdr.vstamp));
This page took 0.026526 seconds and 4 git commands to generate.