summaryrefslogtreecommitdiff
path: root/bfd/ieee.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-30 18:40:41 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-30 18:40:41 +0000
commit59773e4f1af0131a3e99f5528193c43262b9bcaa (patch)
treeaa8d092fe0268cc2899858b1928defa1717e4ed7 /bfd/ieee.c
parent126f4e5f5cac75a502159ebcbd62d679d7c5d1e4 (diff)
downloadgdb-59773e4f1af0131a3e99f5528193c43262b9bcaa.tar.gz
* ChangeLog: Fix typos.
* ecoff.c: Fix comment typos. * ecofflink.c: Likewise. * format.c: Likewise. * hp300hpux.c: Likewise. * i386linux.c: Likewise. * ieee.c: Likewise. * m68klinux.c: Likewise. * mach-o.h: Likewise. * mipsbsd.c: Likewise. * oasys.c: Likewise. * opncls.c: Likewise. * peXXigen.c: Likewise. * reloc.c: Likewise. * reloc16.c: Likewise. * section.c: Likewise. * simple.c: Likewise. * som.c: Likewise. * som.h: Likewise. * sparclinux.c: Likewise. * srec.c: Likewise. * syms.c: Likewise. * targets.c: Likewise. * tekhex.c: Likewise. * versados.c: Likewise. * vms-gsd.c: Likewise. * vms-hdr.c: Likewise. * vms-misc.c: Likewise. * xcofflink.c: Likewise. * xsym.h: Likewise. * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/ieee.c')
-rw-r--r--bfd/ieee.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ieee.c b/bfd/ieee.c
index f8af3f5b2cf..8a0802840d4 100644
--- a/bfd/ieee.c
+++ b/bfd/ieee.c
@@ -1043,7 +1043,7 @@ ieee_slurp_external_symbols (abfd)
(void) must_parse_int (&(ieee->h));
/* Fetch the default size if not resolved. */
size = must_parse_int (&(ieee->h));
- /* Fetch the defautlt value if available. */
+ /* Fetch the default value if available. */
if (! parse_int (&(ieee->h), &value))
{
value = 0;
@@ -1639,7 +1639,7 @@ ieee_object_p (abfd)
const bfd_arch_info_type *arch;
char family[10];
- /* IEEE does not specify the format of the processor identificaton
+ /* IEEE does not specify the format of the processor identification
string, so the compiler is free to put in it whatever it wants.
We try here to recognize different processors belonging to the
m68k family. Code for other processors can be added here. */