]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fortran: Minor fix to -ffrontend-optimize description
authorGerald Pfeifer <gerald@pfeifer.com>
Fri, 23 Aug 2024 08:02:15 +0000 (10:02 +0200)
committerGerald Pfeifer <gerald@pfeifer.com>
Fri, 23 Aug 2024 08:08:08 +0000 (10:08 +0200)
gcc/fortran:
* invoke.texi (Code Gen Options): Add a missing word.

gcc/fortran/invoke.texi

index 6bc42afe2c4ff3a7fc0d7daf7a7df7bd7270f6cc..8b3f811884833578cb450eb350aa24dc9d750960 100644 (file)
@@ -2117,7 +2117,7 @@ if @option{-ffrontend-optimize} is in effect.
 @cindex Front-end optimization
 @item -ffrontend-optimize
 This option performs front-end optimization, based on manipulating
-parts the Fortran parse tree.  Enabled by default by any @option{-O} option
+parts of the Fortran parse tree.  Enabled by default by any @option{-O} option
 except @option{-O0} and @option{-Og}.  Optimizations enabled by this option
 include:
 @itemize @bullet