aboutsummaryrefslogtreecommitdiff
path: root/bfd/reloc.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-28 14:10:47 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-28 14:10:47 +0000
commit06d751608cfdc70de9acd83d4117d5d5bf2cb566 (patch)
treeed8484f40e22b7cc47e85e619a71af50ed6f6c07 /bfd/reloc.c
parentb7f81b5781a5288094865e02e029bc72cb67fe27 (diff)
downloadgdb-06d751608cfdc70de9acd83d4117d5d5bf2cb566.zip
gdb-06d751608cfdc70de9acd83d4117d5d5bf2cb566.tar.gz
gdb-06d751608cfdc70de9acd83d4117d5d5bf2cb566.tar.bz2
Typos.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r--bfd/reloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c
index 2d931c9..0e4edd0 100644
--- a/bfd/reloc.c
+++ b/bfd/reloc.c
@@ -130,11 +130,11 @@ $} arelent;
/*doc*
@table @code
@item sym_ptr_ptr
-The symbol table pointer points to a pointer to the symbol ascociated with the
+The symbol table pointer points to a pointer to the symbol associated with the
relocation request. This would naturally be the pointer into the table
returned by the back end's get_symtab action. @xref{Symbols}. The
symbol is referenced through a pointer to a pointer so that tools like
-the linker can fixup all the symbols of the same name by modifying
+the linker can fix up all the symbols of the same name by modifying
only one pointer. The relocation routine looks in the symbol and uses
the base of the section the symbol is attached to and the value of
the symbol as the initial relocation offset. If the symbol pointer is