aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-stgo32.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-06-02 13:43:24 +0000
committerNick Clifton <nickc@redhat.com>2011-06-02 13:43:24 +0000
commitcc643b88f142802bf907b2f28ff47c4d1bf55e8b (patch)
tree5c8a5339fd1d59cb602ea4d452658e69fbe9bad1 /bfd/coff-stgo32.c
parent4c422395e61397529b6bbafc7fa5c0e28b4c56dc (diff)
downloadfsf-binutils-gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.zip
fsf-binutils-gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.gz
fsf-binutils-gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.bz2
Fix spelling mistakes.
Diffstat (limited to 'bfd/coff-stgo32.c')
-rw-r--r--bfd/coff-stgo32.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c
index 78a4936..e0038cc 100644
--- a/bfd/coff-stgo32.c
+++ b/bfd/coff-stgo32.c
@@ -1,6 +1,6 @@
/* BFD back-end for Intel 386 COFF files (DJGPP variant with a stub).
- Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2005, 2006, 2007, 2009
- Free Software Foundation, Inc.
+ Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2005, 2006, 2007, 2009,
+ 2011 Free Software Foundation, Inc.
Written by Robert Hoehne.
This file is part of BFD, the Binary File Descriptor library.
@@ -102,9 +102,9 @@ static bfd_boolean
#include "coff-i386.c"
-/* This macro is used, because I cannot assume the endianess of the
+/* This macro is used, because I cannot assume the endianness of the
host system. */
-#define _H(index) (H_GET_16 (abfd, (header+index*2)))
+#define _H(index) (H_GET_16 (abfd, (header + index * 2)))
/* These bytes are a 2048-byte DOS executable, which loads the COFF
image into memory and then runs it. It is called 'stub'. */