* od-xcoff.c (dump_xcoff32_aout_header): Fix typo.
+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.
}
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));