aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2024-03-19 11:44:34 +0000
committerNick Clifton <nickc@redhat.com>2024-03-19 11:44:34 +0000
commitdcca32c28b4478ea66e484abf9cdd2b9c4aac2fa (patch)
tree2c4ce6b3ac3eb39e22b3b4d26b0fedc0615c602c /ld
parentc0689161ed0d44e60c3529b1ee94b9654572a457 (diff)
downloadgdb-dcca32c28b4478ea66e484abf9cdd2b9c4aac2fa.zip
gdb-dcca32c28b4478ea66e484abf9cdd2b9c4aac2fa.tar.gz
gdb-dcca32c28b4478ea66e484abf9cdd2b9c4aac2fa.tar.bz2
Fix typo in previous patch to ld.texi
Diffstat (limited to 'ld')
-rw-r--r--ld/ld.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texi b/ld/ld.texi
index dbfe27d..ca9574d 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -2452,7 +2452,7 @@ a different search path than the runtime linker would have used.
When additional shared libraries are required, the linker will search
directories in the order listed below in order to find them. Note
however that this only applies to additional libraries needed to
-satisfy already included shared libraries. It does does @emph{not}
+satisfy already included shared libraries. It does @emph{not}
apply to libraries that are included via the @option{-l} command line
option. Searches for @option{-l} libraries are only conducted in
directories specified by the @option{-L} option (@xref{-L}).