diff options
author | David MacKenzie <djm@cygnus> | 1993-04-29 05:49:07 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-04-29 05:49:07 +0000 |
commit | 9773646c147d2164a60974acb615690d2d533c16 (patch) | |
tree | 21606494bd48824dd81a6948731a850ed1cd3ef2 | |
parent | 20a9ac229e298ebc198450fc9e295241748152c7 (diff) | |
download | gdb-9773646c147d2164a60974acb615690d2d533c16.zip gdb-9773646c147d2164a60974acb615690d2d533c16.tar.gz gdb-9773646c147d2164a60974acb615690d2d533c16.tar.bz2 |
Fix an unclear sentence.
-rw-r--r-- | bfd/doc/bfd.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo index da485b0..90eb98c 100644 --- a/bfd/doc/bfd.texinfo +++ b/bfd/doc/bfd.texinfo @@ -204,8 +204,8 @@ For example, a very common operation for the linker is processing symbol tables. Each BFD back end provides a routine for converting between the object file's representation of symbols and an internal canonical format. When the linker asks for the symbol table of an object -file, it calls through the memory pointer to the relevant BFD -back end routine which reads and converts the table into a canonical +file, it calls through the memory pointer to a routine from the +relevant BFD back end which reads and converts the table into a canonical form. The linker then operates upon the canonical form. When the link is finished and the linker writes the output file's symbol table, another BFD back end routine is called to take the newly |