From a82526dd007744ca9ccb07226c934d7d70ef93fb Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 28 Sep 2011 07:22:39 +0000 Subject: [PATCH] 2011-09-28 Tristan Gingold * od-xcoff.c (dump_xcoff32_aout_header): Fix typo. --- binutils/ChangeLog | 4 ++++ binutils/od-xcoff.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 450f552195..fee7d528f1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2011-09-28 Tristan Gingold + + * od-xcoff.c (dump_xcoff32_aout_header): Fix typo. + 2011-09-27 Tristan Gingold * od-xcoff.c (dump_xcoff32_aout_header): Remove some gettext macros. 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)); -- 2.34.1