]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi: Fix typo and speling error.
authorMatthias Klose <doko@debian.org>
Sun, 2 Oct 2005 12:34:46 +0000 (12:34 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Sun, 2 Oct 2005 12:34:46 +0000 (12:34 +0000)
2005-10-02  Matthias Klose  <doko@debian.org>

        * doc/invoke.texi: Fix typo and speling error.

From-SVN: r104868

gcc/ChangeLog
gcc/doc/invoke.texi

index b431efa2ee5921d1b9f18b0f1c0c49fe0411a8b2..233026b52b715f7f0994d7ba4bf73a834b5e1e17 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-02  Matthias Klose  <doko@debian.org>
+
+       * doc/invoke.texi: Fix typo and speling error.
+
 2005-10-01  Richard Henderson  <rth@redhat.com>
 
        * tree-stdarg.c (execute_optimize_stdarg): Process PHI nodes too.
index 1a5030131e665ccc44b143dec89ddbd65251d447..75a40018bbf0f236f32b7e74701fbef18bfd3dc8 100644 (file)
@@ -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