aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <aldot@gcc.gnu.org>2007-04-14 19:59:28 +0200
committerBernhard Reutner-Fischer <aldot@gcc.gnu.org>2007-04-14 19:59:28 +0200
commit06e2b6a0e3b6d4fb6d62bd5278febaf52eccf771 (patch)
tree2ae3547347ce376da28c37cf30b99100989deff8 /gcc/doc
parentf290cdf92435a4a60205832039f719388cb4fb2c (diff)
downloadgcc-06e2b6a0e3b6d4fb6d62bd5278febaf52eccf771.zip
gcc-06e2b6a0e3b6d4fb6d62bd5278febaf52eccf771.tar.gz
gcc-06e2b6a0e3b6d4fb6d62bd5278febaf52eccf771.tar.bz2
- commentary typo fix
From-SVN: r123819
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 7ce7e18..9266b12 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -5423,7 +5423,7 @@ enabled by default at @option{-O2} and @option{-O3}.
Perform Full Redundancy Elimination (FRE) on trees. The difference
between FRE and PRE is that FRE only considers expressions
that are computed on all paths leading to the redundant computation.
-This analysis faster than PRE, though it exposes fewer redundancies.
+This analysis is faster than PRE, though it exposes fewer redundancies.
This flag is enabled by default at @option{-O} and higher.
@item -ftree-copy-prop