[PATCH] Minor cleanup in ld documentation

Jan Dubiec jdx@o2.pl
Thu Nov 6 13:48:17 GMT 2025


On 6.11.2025 10:09, Jan Beulich wrote:
[...]> Looks okay, yet while at it would you mind also correcting 
grammar on the
> earlier line (mix of singular and plural)?
Thanks, done. I had a really hard time catching that extra "s". :-)

/J.D.

ld/
         * ld.texi : Remove a remnant of previous edits.

Signed-off-by: Jan Dubiec <jdx@o2.pl>
-------------- next part --------------
 ld/ld.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ld/ld.texi b/ld/ld.texi
index f76887f1b1d..0b1e7298455 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 mailing list