https://gcc.gnu.org/g:ee2d35f2a0688a68c79f1775f547a9721398622e

commit r14-12379-gee2d35f2a0688a68c79f1775f547a9721398622e
Author: Jakub Jelinek <[email protected]>
Date:   Fri Dec 19 10:17:23 2025 +0100

    docs: Fix up typo in --with-tls= description
    
    2025-12-19  Jakub Jelinek  <[email protected]>
    
            * doc/install.texi (--with-tls=): Fix a typo, were -> where.
    
    (cherry picked from commit f172f032e32bd68eabfe0cc158e0841f69866c88)

Diff:
---
 gcc/doc/install.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 89e2c642f415..41fd772862b5 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1195,7 +1195,7 @@ Same as @uref{#with-as,,@option{--with-as}}
 but for the debug linker (only used on Darwin platforms so far).
 
 @item --with-tls=@var{dialect}
-Specify the default TLS dialect, for systems were there is a choice.
+Specify the default TLS dialect, for systems where there is a choice.
 For ARM targets, possible values for @var{dialect} are @code{gnu} or
 @code{gnu2}, which select between the original GNU dialect and the GNU TLS
 descriptor-based dialect.

Reply via email to