aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@wasabisystems.com>2003-07-21 11:10:22 +0000
committerBen Elliston <bje@gcc.gnu.org>2003-07-21 21:10:22 +1000
commitb222f49a4cac4bedd9994265a9d76d53cdaf0b7c (patch)
tree8e7ffc3e77d145afab4dc6a7e1df43e29c675044
parentcea949a61eb6d79c3c239a8d23d3f7eb93404a2d (diff)
downloadgcc-b222f49a4cac4bedd9994265a9d76d53cdaf0b7c.zip
gcc-b222f49a4cac4bedd9994265a9d76d53cdaf0b7c.tar.gz
gcc-b222f49a4cac4bedd9994265a9d76d53cdaf0b7c.tar.bz2
invoke.texi (Optimize Options): Replace "it's" with "its".
* doc/invoke.texi (Optimize Options): Replace "it's" with "its". (V850 Options): Spelling fixes. From-SVN: r69627
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi12
2 files changed, 11 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8094408..b829d19 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 6d661a4..864f046 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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