doc patch: invoke.texi

Ben Elliston bje@wasabisystems.com
Mon Jul 21 09:30:00 GMT 2003


This patch is obvious.  Okay to commit?

2003-07-21  Ben Elliston  <bje@wasabisystems.com>

       * doc/invoke.texi (Optimize Options): Replace "it's" with "its".
       (V850 Options): Spelling fixes.

Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.321
diff -u -p -r1.321 invoke.texi
--- doc/invoke.texi     20 Jul 2003 20:11:19 -0000      1.321
+++ doc/invoke.texi     21 Jul 2003 09:28:07 -0000
@@ -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



More information about the Gcc-patches mailing list