ld: drop stray blank from ld.texi

Message ID 54c5d383-28bc-c61d-48b2-93b2b40a444c@suse.com
State Unresolved
Headers
Series ld: drop stray blank from ld.texi |

Checks

Context Check Description
snail/binutils-gdb-check warning Git am fail log

Commit Message

Jan Beulich May 19, 2023, 1:24 p.m. UTC
  At least older makeinfo complains about it. Also fix an apparent typo
while touching that line.
  

Comments

Nick Clifton May 22, 2023, 11:10 a.m. UTC | #1
Hi Jan,

> At least older makeinfo complains about it. Also fix an apparent typo
> while touching that line.

Doh!  Thank you for correcting these mistakes.

Cheers
   Nick
  

Patch

--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -8560,7 +8560,7 @@  support for creating such libraries prov
 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}