Typos.
authorJohn Gilmore <gnu@cygnus>
Sat, 28 Sep 1991 14:10:47 +0000 (14:10 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 28 Sep 1991 14:10:47 +0000 (14:10 +0000)
bfd/reloc.c

index 2d931c97f0836652ab4c937439931953b5eac3d2..0e4edd0629dd5d4ac029aa57d70663e7c3dd148f 100644 (file)
@@ -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