aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-analyze.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-05-25 22:58:16 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-05-25 22:58:16 +0000
commitc80b4100e044ac1ca52c08d640ccbf03d29e8f05 (patch)
tree637326f06fc8294c247b4bfa25348b265ff3f697 /gcc/tree-vect-analyze.c
parentb6dcc3149b9463470bed0dda3d369b15878584c3 (diff)
downloadgcc-c80b4100e044ac1ca52c08d640ccbf03d29e8f05.zip
gcc-c80b4100e044ac1ca52c08d640ccbf03d29e8f05.tar.gz
gcc-c80b4100e044ac1ca52c08d640ccbf03d29e8f05.tar.bz2
cfglayout.c, [...]: Fix comment typos.
* cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c, haifa-sched.c, optabs.h, tree-affine.c, tree-data-ref.c, tree-predcom.c, tree-ssa-alias-warnings.c, tree-ssa-forwprop.c, tree-vect-analyze.c, tree-vrp.c: Fix comment typos. Follow spelling conventions. * doc/cpp.texi, doc/invoke.texi: Fix typos. From-SVN: r125080
Diffstat (limited to 'gcc/tree-vect-analyze.c')
-rw-r--r--gcc/tree-vect-analyze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vect-analyze.c b/gcc/tree-vect-analyze.c
index f928973..6636cfd 100644
--- a/gcc/tree-vect-analyze.c
+++ b/gcc/tree-vect-analyze.c
@@ -2210,7 +2210,7 @@ vect_stmt_relevant_p (tree stmt, loop_vec_info loop_vinfo,
- case 2: If STMT is a reduction phi and DEF_STMT is a reduction stmt, we
skip DEF_STMT cause it had already been processed.
- Return true if everyting is as expected. Return false otherwise. */
+ Return true if everything is as expected. Return false otherwise. */
static bool
process_use (tree stmt, tree use, loop_vec_info loop_vinfo, bool live_p,