From: Tristan Gingold Date: Wed, 28 Sep 2011 07:22:39 +0000 (+0000) Subject: 2011-09-28 Tristan Gingold X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=a82526dd007744ca9ccb07226c934d7d70ef93fb;p=deliverable%2Fbinutils-gdb.git 2011-09-28 Tristan Gingold * od-xcoff.c (dump_xcoff32_aout_header): Fix typo. --- 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));