[binutils-gdb] Fix typo in previous patch to ld.texi
Nick Clifton
nickc@sourceware.org
Tue Mar 19 11:44:39 GMT 2024
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dcca32c28b4478ea66e484abf9cdd2b9c4aac2fa
commit dcca32c28b4478ea66e484abf9cdd2b9c4aac2fa
Author: Nick Clifton <nickc@redhat.com>
Date: Tue Mar 19 11:44:34 2024 +0000
Fix typo in previous patch to ld.texi
Diff:
---
ld/ld.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ld/ld.texi b/ld/ld.texi
index dbfe27de83e..ca9574dfc71 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}).
More information about the Binutils-cvs
mailing list