invoke.texi (Optimize Options): Replace "it's" with "its".
authorBen Elliston <bje@wasabisystems.com>
Mon, 21 Jul 2003 11:10:22 +0000 (11:10 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 21 Jul 2003 11:10:22 +0000 (21:10 +1000)
* doc/invoke.texi (Optimize Options): Replace "it's" with "its".
(V850 Options): Spelling fixes.

From-SVN: r69627

gcc/ChangeLog
gcc/doc/invoke.texi

index 80944081a54546ff5469346100056cf1f8d8fa2c..b829d19fc80b1660f19fad8d6bbae5bb055d8ed4 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-21  Ben Elliston  <bje@wasabisystems.com>
+
+       * doc/invoke.texi (Optimize Options): Replace "it's" with "its".
+       (V850 Options): Spelling fixes.
+
 2003-07-20  Lisa M. Goldstein  <opus@gnu.org>
 
         * doc/invoke.texi: Fixes to style, grammar and diction.
index 6d661a4020b7fead449f6f23e5e00f9c31fdce48..864f0467a5e2b380813d4ef7ba0927639f3deee2 100644 (file)
@@ -4724,7 +4724,7 @@ collection to occur at every opportunity.
 @itemx reorder-blocks-duplicate-feedback
 
 Used by basic block reordering pass to decide whether to use unconditional
-branch or duplicate the code on it's destination.  Code is duplicated when it's
+branch or duplicate the code on its destination.  Code is duplicated when its
 estimated size is smaller than this value multiplied by the estimated size of
 unconditional jump in the hot spots of the program.
 
@@ -9573,11 +9573,11 @@ option is on by default if you optimize.
 @itemx -mprolog-function
 @opindex mno-prolog-function
 @opindex mprolog-function
-Do not use (do use) external functions to save and restore registers at
-the prolog and epilog of a function.  The external functions are slower,
-but use less code space if more than one function saves the same number
-of registers.  The @option{-mprolog-function} option is on by default if
-you optimize.
+Do not use (do use) external functions to save and restore registers
+at the prologue and epilogue of a function.  The external functions
+are slower, but use less code space if more than one function saves
+the same number of registers.  The @option{-mprolog-function} option
+is on by default if you optimize.
 
 @item -mspace
 @opindex mspace