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 /binutils/windint.h | |
parent | 4c422395e61397529b6bbafc7fa5c0e28b4c56dc (diff) | |
download | gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.zip gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.gz gdb-cc643b88f142802bf907b2f28ff47c4d1bf55e8b.tar.bz2 |
Fix spelling mistakes.
Diffstat (limited to 'binutils/windint.h')
-rw-r--r-- | binutils/windint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/windint.h b/binutils/windint.h index 7093fd1..eed8f79 100644 --- a/binutils/windint.h +++ b/binutils/windint.h @@ -1,5 +1,5 @@ /* windint.h -- internal header file for windres program. - Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007 + Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2011 Free Software Foundation, Inc. Written by Kai Tietz, Onevision. @@ -1083,6 +1083,6 @@ extern rc_uint_type windres_get_16 (windres_bfd *, const void *, rc_uint_type); extern rc_uint_type windres_get_32 (windres_bfd *, const void *, rc_uint_type); extern void set_windres_bfd (windres_bfd *, bfd *, asection *, rc_uint_type); -extern void set_windres_bfd_endianess (windres_bfd *, int); +extern void set_windres_bfd_endianness (windres_bfd *, int); #endif |