summaryrefslogtreecommitdiff
path: root/binutils/od-xcoff.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2011-09-28 07:22:39 +0000
committerTristan Gingold <gingold@adacore.com>2011-09-28 07:22:39 +0000
commit9c07edda7d5ab9c0fb50d12425f08e1dccf761c6 (patch)
tree81b008360e16879d8fc56aca7f5f40ac056e1f1c /binutils/od-xcoff.c
parent2a0542ceaf691157019f69550bbba3b94483885b (diff)
downloadbinutils-redhat-9c07edda7d5ab9c0fb50d12425f08e1dccf761c6.tar.gz
2011-09-28 Tristan Gingold <gingold@adacore.com>
* od-xcoff.c (dump_xcoff32_aout_header): Fix typo.
Diffstat (limited to 'binutils/od-xcoff.c')
-rw-r--r--binutils/od-xcoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/od-xcoff.c b/binutils/od-xcoff.c
index 3b27992f7d..2b38cbdaca 100644
--- a/binutils/od-xcoff.c
+++ b/binutils/od-xcoff.c
@@ -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));