From 9c07edda7d5ab9c0fb50d12425f08e1dccf761c6 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 28 Sep 2011 07:22:39 +0000 Subject: 2011-09-28 Tristan Gingold * od-xcoff.c (dump_xcoff32_aout_header): Fix typo. --- binutils/od-xcoff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/od-xcoff.c') 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)); -- cgit v1.2.1