diff options
author | Nick Clifton <nickc@redhat.com> | 2011-06-02 13:43:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-06-02 13:43:24 +0000 |
commit | cc643b88f142802bf907b2f28ff47c4d1bf55e8b (patch) | |
tree | 5c8a5339fd1d59cb602ea4d452658e69fbe9bad1 /bfd/coff-stgo32.c | |
parent | 4c422395e61397529b6bbafc7fa5c0e28b4c56dc (diff) | |
download | ppe42-binutils-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.gz ppe42-binutils-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.zip |
Fix spelling mistakes.
Diffstat (limited to 'bfd/coff-stgo32.c')
-rw-r--r-- | bfd/coff-stgo32.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c index 78a4936727..e0038cc94a 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'. */ |