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/syms.c | |
parent | 2791be2f81936dbbb516c84fae023e78a4d45b80 (diff) | |
download | gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.zip gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.tar.gz gdb-188d6d224e9e777c4083922b2789d9d81b155ee8.tar.bz2 |
Fixed minor typos.
Diffstat (limited to 'bfd/syms.c')
-rw-r--r-- | bfd/syms.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ the BFD, and is freed when the BFD is closed. @node Writing Symbols, typedef asymbol, Reading Symbols, Symbols @subsection Writing Symbols Writing of a symbol table is automatic when a BFD open for writing -is closed. The application attatches a vector of pointers to pointers to symbols +is closed. The application attaches a vector of pointers to pointers to symbols to the BFD being written, and fills in the symbol count. The close and cleanup code reads through the table provided and performs all the necessary operations. The outputing code must always be provided with |