Just noticed this typo while reading the man page. Committed as obvious. 2014-02-03 Markus Trippelsdorf <mar...@trippelsdorf.de>
* doc/invoke.texi: (fprofile-reorder-functions): Fix typo. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 268abf680653..5c396007a984 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -9100,7 +9100,7 @@ from profiling values of expressions for usage in optimizations. Enabled with @option{-fprofile-generate} and @option{-fprofile-use}. -@item -fprofile-reoder-functions +@item -fprofile-reorder-functions @opindex fprofile-reorder-functions Function reordering based on profile instrumentation collects first time of execution of a function and orders these functions -- Markus