diff options
Diffstat (limited to 'binutils/unwind-ia64.c')
-rw-r--r-- | binutils/unwind-ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/unwind-ia64.c b/binutils/unwind-ia64.c index 7c06c7b..2e7e726 100644 --- a/binutils/unwind-ia64.c +++ b/binutils/unwind-ia64.c @@ -25,7 +25,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #if __GNUC__ >= 2 /* Define BFD64 here, even if our default architecture is 32 bit ELF as this will allow us to read in and parse 64bit and 32bit ELF files. - Only do this if we belive that the compiler can support a 64 bit + Only do this if we believe that the compiler can support a 64 bit data type. For now we only rely on GCC being able to do this. */ #define BFD64 #endif |