2011-09-28 Tristan Gingold <gingold@adacore.com>

* od-xcoff.c (dump_xcoff32_aout_header): Fix typo.
This commit is contained in:
Tristan Gingold 2011-09-28 07:22:39 +00:00
parent eebd87a5f4
commit a82526dd00
2 changed files with 5 additions and 1 deletions

View 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.

View 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));