]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: Fix up typo in --with-tls= description
authorJakub Jelinek <jakub@redhat.com>
Fri, 19 Dec 2025 09:17:23 +0000 (10:17 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 19 Dec 2025 09:17:23 +0000 (10:17 +0100)
2025-12-19  Jakub Jelinek  <jakub@redhat.com>

* doc/install.texi (--with-tls=): Fix a typo, were -> where.

gcc/doc/install.texi

index 862d61165c67aa6da6cf995c6564e0566ec4f0ed..47357a6c31445b186bbf86b6386711026ce41ee0 100644 (file)
@@ -1249,7 +1249,7 @@ Same as @uref{#with-as,,@option{--with-as}}
 but for the Windows resource compiler.
 
 @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.