summaryrefslogtreecommitdiffstats
path: root/bfd/syms.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
commit7dee875eb1820533b0804ebb06ed3290299c4ecd (patch)
tree28d2f17344980b94f9638c15d05fdf05d4282316 /bfd/syms.c
parentd7afdf9bcecef282a26b2736d160d81261485061 (diff)
downloadppe42-binutils-7dee875eb1820533b0804ebb06ed3290299c4ecd.tar.gz
ppe42-binutils-7dee875eb1820533b0804ebb06ed3290299c4ecd.zip
* 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/syms.c')
-rw-r--r--bfd/syms.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/syms.c b/bfd/syms.c
index 62acf12f68..c07f48b4a9 100644
--- a/bfd/syms.c
+++ b/bfd/syms.c
@@ -133,9 +133,9 @@ SUBSECTION
| nm foo
| 00012345 A dummy_symbol
- Many formats cannot represent arbitary symbol information; for
+ Many formats cannot represent arbitrary symbol information; for
instance, the <<a.out>> object format does not allow an
- arbitary number of sections. A symbol pointing to a section
+ arbitrary number of sections. A symbol pointing to a section
which is not one of <<.text>>, <<.data>> or <<.bss>> cannot
be described.
@@ -222,7 +222,7 @@ CODE_FRAGMENT
. <<BSF_LOCAL>>, <<BSF_FORT_COMM>>, <<BSF_UNDEFINED>> or
. <<BSF_GLOBAL>>. *}
.
-. {* The symbol is a debugging record. The value has an arbitary
+. {* The symbol is a debugging record. The value has an arbitrary
. meaning, unless BSF_DEBUGGING_RELOC is also set. *}
.#define BSF_DEBUGGING 0x08
.
@@ -1222,7 +1222,7 @@ _bfd_stab_section_find_nearest_line (bfd *abfd,
long low, high;
long mid = -1;
- /* Cache non-existant or invalid. Do binary search on
+ /* Cache non-existent or invalid. Do binary search on
indextable. */
indexentry = NULL;
OpenPOWER on IntegriCloud