invoke.texi: Typo fixes.
authorJoseph Myers <jsm28@cam.ac.uk>
Wed, 14 Jul 1999 23:27:35 +0000 (17:27 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 14 Jul 1999 23:27:35 +0000 (17:27 -0600)

* invoke.texi: Typo fixes.

From-SVN: r28107

gcc/ChangeLog
gcc/invoke.texi

index d854d089431bf5226699a09ed76469555e6fe22b..4f72cdbcc18b1181a3fd1ee4d8cc22bbf23492f9 100644 (file)
@@ -1,3 +1,7 @@
+1999-07-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * invoke.texi: Typo fixes.
+
 Wed Jul 14 23:28:06 1999  Jeffrey A Law  (law@cygnus.com)
 
        * emit-rtl.c (gen_realpart): Issue an error for cases GCC can not
index 4f5c2eee9c7ba02b4fa17e02389093dd265139a9..41cd2414b3685407d140297fcbd5475232018de2 100644 (file)
@@ -2475,7 +2475,7 @@ default.
 @item -funroll-loops
 Perform the optimization of loop unrolling.  This is only done for loops
 whose number of iterations can be determined at compile time or run time.
-@samp{-funroll-loop} implies both @samp{-fstrength-reduce} and
+@samp{-funroll-loops} implies both @samp{-fstrength-reduce} and
 @samp{-frerun-cse-after-loop}.
 
 @item -funroll-all-loops
@@ -2492,7 +2492,7 @@ Forces all general-induction variables in loops to be
 strength-reduced.
 
 @emph{Note:} When compiling programs written in Fortran,
-@samp{-fmove-all-moveables} and @samp{-freduce-all-givs} are enabled
+@samp{-fmove-all-movables} and @samp{-freduce-all-givs} are enabled
 by default when you use the optimizer.
 
 These options may generate better or worse code; results are highly