diff options
author | Nick Clifton <nickc@redhat.com> | 2003-11-06 11:58:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-11-06 11:58:58 +0000 |
commit | 1be595793285ba4000a824aa436c8824c04b5b94 (patch) | |
tree | d16c92c0e2ea3067e193321713eb3cc9da35699b /ld/ld.texinfo | |
parent | f4fa50da5df4880af72f90868df3d6118a956c86 (diff) | |
download | fsf-binutils-gdb-1be595793285ba4000a824aa436c8824c04b5b94.zip fsf-binutils-gdb-1be595793285ba4000a824aa436c8824c04b5b94.tar.gz fsf-binutils-gdb-1be595793285ba4000a824aa436c8824c04b5b94.tar.bz2 |
Fix 'the the' typo
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 1e0ede5..a431a33 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -5215,7 +5215,7 @@ that are not being renamed, and do @emph{not} use the @samp{--export-all-symbols} option. If you list only the renamed symbols in the DEF file, and use @samp{--export-all-symbols} to handle the other symbols, then the both the new names @emph{and} -the original names for the the renamed symbols will be exported. +the original names for the renamed symbols will be exported. In effect, you'd be aliasing those symbols, not renaming them, which is probably not what you wanted. @end table |