]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Fix typo in install doc
authorPietro Monteiro <pietro@sociotechnical.xyz>
Wed, 31 Dec 2025 14:33:37 +0000 (09:33 -0500)
committerPietro Monteiro <pietro@sociotechnical.xyz>
Wed, 31 Dec 2025 14:33:37 +0000 (09:33 -0500)
gcc/ChangeLog:

* doc/install.texi (--enable-languages): Fix typo.

Signed-off-by: Pietro Monteiro <pietro@sociotechnical.xyz>
gcc/doc/install.texi

index 47357a6c31445b186bbf86b6386711026ce41ee0..a9a22d1e6bc88abc3a63b59f5865a2f9324bb920 100644 (file)
@@ -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.