ld: drop stray blank from ld.texi
authorJan Beulich <jbeulich@suse.com>
Fri, 19 May 2023 13:25:13 +0000 (15:25 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 19 May 2023 13:25:13 +0000 (15:25 +0200)
At least older makeinfo complains about it. Also fix an apparent typo
while touching that line.

ld/ld.texi

index 252a0ac9c3f07043d546e1df68c67a30f4764a6b..894ed99c26debfdb51fd72f609fcf5cdeb075f60 100644 (file)
@@ -8560,7 +8560,7 @@ support for creating such libraries provided with the
 It is possible to create a DLL that only contains resources, ie just a
 @samp{.rsrc} section, but in order to do so a custom linker script
 must be used.  This is because the built-in default linker scripts
-will always create @samp{.text} amd @samp {.idata} sections, even if
+will always create @samp{.text} and @samp{.idata} sections, even if
 there is no input to go into them.
 
 The script should look like this, although the @code{OUTPUT_FORMAT}