aboutsummaryrefslogtreecommitdiff
path: root/binutils
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
commita82526dd007744ca9ccb07226c934d7d70ef93fb (patch)
tree9805c31356435b8afb76260a09b51702c8da37c5 /binutils
parenteebd87a5f4ba6118bd7cc37cbc39cf4dbf92333d (diff)
downloadfsf-binutils-gdb-a82526dd007744ca9ccb07226c934d7d70ef93fb.zip
fsf-binutils-gdb-a82526dd007744ca9ccb07226c934d7d70ef93fb.tar.gz
fsf-binutils-gdb-a82526dd007744ca9ccb07226c934d7d70ef93fb.tar.bz2
2011-09-28 Tristan Gingold <gingold@adacore.com>
* od-xcoff.c (dump_xcoff32_aout_header): Fix typo.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/od-xcoff.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 450f552..fee7d52 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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.
diff --git a/binutils/od-xcoff.c b/binutils/od-xcoff.c
index 3b27992..2b38cbd 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));