[PATCH] chore: correct misrepresented wording
Pranav Joshi
pranavrjoshi1@gmail.com
Wed May 6 16:59:01 GMT 2026
From: PranavRJoshi <pranavrjoshi1@gmail.com>
The document contains space-separated term: 'subseque nt'. It was probably meant to be 'subsequent'.
Signed-off-by: PranavRJoshi <pranavrjoshi1@gmail.com>
---
docs-2.46/ld.html | 2 +-
docs-2.46/ld/Options.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs-2.46/ld.html b/docs-2.46/ld.html
index 6a15e6c6..a9926609 100644
--- a/docs-2.46/ld.html
+++ b/docs-2.46/ld.html
@@ -496,7 +496,7 @@ does not insert a version string. This is the default.
<dt><a id="index-_002d_002denable_002dnon_002dcontiguous_002dregions"></a><span><code class="code">--enable-non-contiguous-regions</code><a class="copiable-link" href="#index-_002d_002denable_002dnon_002dcontiguous_002dregions"> ¶</a></span></dt>
<dd><p>This option avoids generating an error if an input section does not
fit a matching output section. The linker tries to allocate the input
-section to subseque nt matching output sections, and generates an
+section to subsequent matching output sections, and generates an
error only if no output section is large enough. This is useful when
several non-contiguous memory regions are available and the input
section does not require a particular one. The order in which input
diff --git a/docs-2.46/ld/Options.html b/docs-2.46/ld/Options.html
index 9008df29..0901318b 100644
--- a/docs-2.46/ld/Options.html
+++ b/docs-2.46/ld/Options.html
@@ -273,7 +273,7 @@ does not insert a version string. This is the default.
<dt><a id="index-_002d_002denable_002dnon_002dcontiguous_002dregions"></a><span><code class="code">--enable-non-contiguous-regions</code><a class="copiable-link" href="#index-_002d_002denable_002dnon_002dcontiguous_002dregions"> ¶</a></span></dt>
<dd><p>This option avoids generating an error if an input section does not
fit a matching output section. The linker tries to allocate the input
-section to subseque nt matching output sections, and generates an
+section to subsequent matching output sections, and generates an
error only if no output section is large enough. This is useful when
several non-contiguous memory regions are available and the input
section does not require a particular one. The order in which input
--
2.34.1
More information about the Binutils
mailing list