chore: correct misrepresented wording

Message ID 20260506165901.427264-1-pranavrjoshi1@gmail.com
State New
Headers
Series chore: correct misrepresented wording |

Commit Message

Pranav Joshi May 6, 2026, 4:59 p.m. UTC
  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(-)
  

Comments

Jan Beulich May 7, 2026, 7:45 a.m. UTC | #1
On 06.05.2026 18:59, Pranav Joshi wrote:
> From: PranavRJoshi <pranavrjoshi1@gmail.com>
> 
> The document contains space-separated term: 'subseque nt'. It was probably meant to be 'subsequent'.

Indeed, but the patch is then needed against the source file (ld/ld.texi),
and against the tip of the master branch.

Jan
  

Patch

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"> &para;</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"> &para;</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