From: Matthias Klose Date: Sun, 2 Oct 2005 12:34:46 +0000 (+0000) Subject: invoke.texi: Fix typo and speling error. X-Git-Tag: misc/cutover-cvs2svn~369 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa58883c233484f8b58d245b5248162379fd1f06;p=thirdparty%2Fgcc.git invoke.texi: Fix typo and speling error. 2005-10-02 Matthias Klose * doc/invoke.texi: Fix typo and speling error. From-SVN: r104868 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b431efa2ee59..233026b52b71 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-10-02 Matthias Klose + + * doc/invoke.texi: Fix typo and speling error. + 2005-10-01 Richard Henderson * tree-stdarg.c (execute_optimize_stdarg): Process PHI nodes too. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1a5030131e66..75a40018bbf0 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2608,7 +2608,7 @@ This warning is enabled by @option{-Wall}. @item -Wunused-function @opindex Wunused-function Warn whenever a static function is declared but not defined or a -non\-inline static function is unused. +non-inline static function is unused. This warning is enabled by @option{-Wall}. @item -Wunused-label @@ -12625,7 +12625,7 @@ multiplication operations. This option instructs the compiler to assume that signed arithmetic overflow of addition, subtraction and multiplication wraps around using twos-complement representation. This flag enables some optimizations -and disables other. This option is enabled by default for the Java +and disables others. This option is enabled by default for the Java front-end, as required by the Java language specification. @item -fexceptions