From: Jakub Jelinek Date: Fri, 19 Dec 2025 09:17:23 +0000 (+0100) Subject: docs: Fix up typo in --with-tls= description X-Git-Tag: basepoints/gcc-17~2537 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f172f032e32bd68eabfe0cc158e0841f69866c88;p=thirdparty%2Fgcc.git docs: Fix up typo in --with-tls= description 2025-12-19 Jakub Jelinek * doc/install.texi (--with-tls=): Fix a typo, were -> where. --- diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 862d61165c6..47357a6c314 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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.