diff options
author | Roland Pesch <pesch@cygnus> | 1991-08-19 23:03:12 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-08-19 23:03:12 +0000 |
commit | 188d6d224e9e777c4083922b2789d9d81b155ee8 (patch) | |
tree | b9d18d667548f2760a178eb3d2753e7b8eaa81cd /bfd/reloc.c | |
parent | 2791be2f81936dbbb516c84fae023e78a4d45b80 (diff) | |
download | gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.zip gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.tar.gz gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.tar.bz2 |
Fixed minor typos.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index ae699d6..466497e 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -136,7 +136,7 @@ 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 only one pointer. The relocation routine looks in the symbol and uses -the base of the section the symbol is attatched to and the value of +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 zero, then the section provided is looked up. @item address |