[binutils-gdb] Minor cleanup in ld documentation

Jan Beulich jbeulich@sourceware.org
Mon Nov 10 10:40:06 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=952f99a6bd5ba724219e5776578553f2c7abf3ae

commit 952f99a6bd5ba724219e5776578553f2c7abf3ae
Author: Jan Dubiec <jdx@o2.pl>
Date:   Mon Nov 10 11:37:24 2025 +0100

    Minor cleanup in ld documentation
    
    ld/
            * ld.texi : Remove a remnant of previous edits.
    
    Signed-off-by: Jan Dubiec <jdx@o2.pl>

Diff:
---
 ld/ld.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ld/ld.texi b/ld/ld.texi
index b19e2b7dbb3..8ff65ec64a7 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -6816,8 +6816,8 @@ depends upon @samp{VERS_1.1}.  The script binds the symbol @samp{foo2}
 to the version node @samp{VERS_1.2}.
 
 Finally, the version script defines node @samp{VERS_2.0}.  This node
-depends upon @samp{VERS_1.2}.  The scripts binds the symbols @samp{bar1}
-and @samp{bar2} are bound to the version node @samp{VERS_2.0}.
+depends upon @samp{VERS_1.2}.  The script binds the symbols @samp{bar1}
+and @samp{bar2} to the version node @samp{VERS_2.0}.
 
 When the linker finds a symbol defined in a library which is not
 specifically bound to a version node, it will effectively bind it to an


More information about the Binutils-cvs mailing list