aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffcode.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-24 18:06:40 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-24 18:06:40 +0000
commit5c4491d385d6143e64180d906126b6bced69e0d1 (patch)
tree4856eabc9994eb4b64abec9002063cf2eb8142eb /bfd/coffcode.h
parent254d758cf9ab0600295a6c54a984048737920b8a (diff)
downloadgdb-5c4491d385d6143e64180d906126b6bced69e0d1.zip
gdb-5c4491d385d6143e64180d906126b6bced69e0d1.tar.gz
gdb-5c4491d385d6143e64180d906126b6bced69e0d1.tar.bz2
* aix5ppc-core.c: Fix comment typos.
* aout-arm.c: Likewise. * aout-ns32k.c: Likewise. * aoutx.h: Likewise. * archures.c: Likewise. * bfd-in.h: Likewise. * bfd.c: Likewise. * bfdio.c: Likewise. * coff-arm.c: Likewise. * coff-h8300.c: Likewise. * coff-i860.c: Likewise. * coff-m88k.c: Likewise. * coff-mcore.c: Likewise. * coff-ppc.c: Likewise. * coff-rs6000.c: Likewise. * coff-z8k.c: Likewise. * coff64-rs6000.c: Likewise. * coffcode.h: Likewise. * cofflink.c: Likewise. * cpu-alpha.c: Likewise. * cpu-arm.c: Likewise. * cpu-ns32k.c: Likewise. * dwarf2.c: Likewise. * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r--bfd/coffcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index 924bb34..6acdd39 100644
--- a/bfd/coffcode.h
+++ b/bfd/coffcode.h
@@ -1572,7 +1572,7 @@ coff_new_section_hook (abfd, section)
return FALSE;
/* We don't need to set up n_name, n_value, or n_scnum in the native
- symbol information, since they'll be overriden by the BFD symbol
+ symbol information, since they'll be overridden by the BFD symbol
anyhow. However, we do need to set the type and storage class,
in case this symbol winds up getting written out. The value 0
for n_numaux is already correct. */
@@ -4681,7 +4681,7 @@ coff_slurp_symbol_table (abfd)
#endif
case C_REGPARM: /* Register parameter. */
case C_REG: /* register variable. */
- /* C_AUTOARG conflictes with TI COFF C_UEXT. */
+ /* C_AUTOARG conflicts with TI COFF C_UEXT. */
#if !defined (TIC80COFF) && !defined (TICOFF)
#ifdef C_AUTOARG
case C_AUTOARG: /* 960-specific storage class. */