summaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-11-06 11:58:58 +0000
committerNick Clifton <nickc@redhat.com>2003-11-06 11:58:58 +0000
commit83a5133258592e8ffa9f5915746aac8e781dcd05 (patch)
tree6bb613450ef5d830e83bb4f9ca0b0092ff2b1f06 /ld/ld.texinfo
parent4a017601f63c9f9ea519781bb718c0847d637c43 (diff)
downloadbinutils-redhat-83a5133258592e8ffa9f5915746aac8e781dcd05.tar.gz
Fix 'the the' typo
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 1e0ede51f0..a431a33aaa 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