aboutsummaryrefslogtreecommitdiff
path: root/binutils/unwind-ia64.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-12-06 00:06:12 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-12-06 00:06:12 +0000
commitaaad4cf36a0947e445e5b9aef431430b8630e4ee (patch)
tree1434b805c7e0b784cd0f6d9c3b00109f685507bf /binutils/unwind-ia64.c
parente1f1f9b8c39f91e902c173c3bcca87aa569ef129 (diff)
downloadfsf-binutils-gdb-aaad4cf36a0947e445e5b9aef431430b8630e4ee.zip
fsf-binutils-gdb-aaad4cf36a0947e445e5b9aef431430b8630e4ee.tar.gz
fsf-binutils-gdb-aaad4cf36a0947e445e5b9aef431430b8630e4ee.tar.bz2
* ChangeLog-9197: Fix comment typos.
* coffgrok.c: Likewise. * filemode.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise. * prdbg.c: Likewise. * stabs.c: Likewise. * unwind-ia64.c: Likewise.
Diffstat (limited to 'binutils/unwind-ia64.c')
-rw-r--r--binutils/unwind-ia64.c2
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