O * invoke.texi (Optimize Options): Fix typo.
authorAndreas Jaeger <aj@arthur.rhein-neckar.de>
Wed, 1 Jul 1998 22:42:58 +0000 (22:42 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 1 Jul 1998 22:42:58 +0000 (16:42 -0600)
From-SVN: r20883

gcc/ChangeLog
gcc/invoke.texi

index 2ddab527cd19e5a924f7802332c155f9270e85e2..093d3fb47f44bc45f36c676ec7c826e2eca906c7 100644 (file)
@@ -1,3 +1,7 @@
+1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * invoke.texi (Optimize Options): Fix typo.
+
 Wed Jul  1 22:25:43 1998  Jim Wilson  <wilson@cygnus.com>
 
        * xcoffout.c (xcoffout_begin_function): Call xcoffout_block for
index 67347cd9cd7757489b20eff6bb6d0bacdaa29be7..a07fcf60a542a64ebc75db5ce2df2fb5a1560bf8 100644 (file)
@@ -2326,7 +2326,7 @@ Perform a number of minor optimizations that are relatively expensive.
 @item -fregmove
 Attempt to reassign register numbers in move instructions and as
 operands of other simple instructions in order to maximize the amount of
-register tying.  This is especially helpfu on machines with two-operand
+register tying.  This is especially helpful on machines with two-operand
 instructions.  GNU CC enables this optimization by default with @samp{-O2}
 or higher.