From: Pietro Monteiro Date: Wed, 31 Dec 2025 14:33:37 +0000 (-0500) Subject: doc: Fix typo in install doc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=180e5eb7e905fc04006a63f19a1e7a75850b14b3;p=thirdparty%2Fgcc.git doc: Fix typo in install doc gcc/ChangeLog: * doc/install.texi (--enable-languages): Fix typo. Signed-off-by: Pietro Monteiro --- diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 47357a6c314..a9a22d1e6bc 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2128,7 +2128,7 @@ not be built. This is most useful when combined with @code{all} or @code{default}. A language disabled in this way will be disabled even if it is also included without the leading caret earlier or later in the argument to @option{--enable-languages}. An attempt to disable a -language that is a prerequisite for an enabled languaged---(whether +language that is a prerequisite for an enabled language---(whether the latter language was enabled explicitly, or implicitly via the @code{default} or @code{all} directives)---is invalid.