aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texi
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2023-05-19 15:25:13 +0200
committerJan Beulich <jbeulich@suse.com>2023-05-19 15:25:13 +0200
commit05d31a0b3f03d391a067df8808aafdf302a49bcf (patch)
tree5f41dfc10eca305a513cebb8b79ffbb03e388d5e /ld/ld.texi
parentb69378ced6a2db6adfbea9974a246a65d931bab2 (diff)
downloadgdb-05d31a0b3f03d391a067df8808aafdf302a49bcf.zip
gdb-05d31a0b3f03d391a067df8808aafdf302a49bcf.tar.gz
gdb-05d31a0b3f03d391a067df8808aafdf302a49bcf.tar.bz2
ld: drop stray blank from ld.texi
At least older makeinfo complains about it. Also fix an apparent typo while touching that line.
Diffstat (limited to 'ld/ld.texi')
-rw-r--r--ld/ld.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texi b/ld/ld.texi
index 252a0ac..894ed99 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -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}