O * invoke.texi (Optimize Options): Fix typo.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jul 1998 22:42:58 +0000 (22:42 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jul 1998 22:42:58 +0000 (22:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20883 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/invoke.texi

index 2ddab52..093d3fb 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 67347cd..a07fcf6 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.