aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-07-03 16:11:42 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-07-03 16:11:42 +0000
commit619519c89aa6f32d2e39648d6674b0f667bf3de6 (patch)
tree3d8bcc090396e90be83ec96849c078c48ff34fe9 /gcc/tree-vectorizer.c
parent6cbfa10eb5cc91e373681e2957d5b3f0b79ae57f (diff)
downloadgcc-619519c89aa6f32d2e39648d6674b0f667bf3de6.zip
gcc-619519c89aa6f32d2e39648d6674b0f667bf3de6.tar.gz
gcc-619519c89aa6f32d2e39648d6674b0f667bf3de6.tar.bz2
c-decl.c, [...]: Fix comment typos.
* c-decl.c, tree-object-size.c, tree-vectorizer.c, config/arm/unwind-arm.c, config/arm/unwind-arm.h: Fix comment typos. From-SVN: r101558
Diffstat (limited to 'gcc/tree-vectorizer.c')
-rw-r--r--gcc/tree-vectorizer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c
index 169b306..4b5b56f 100644
--- a/gcc/tree-vectorizer.c
+++ b/gcc/tree-vectorizer.c
@@ -1747,7 +1747,7 @@ vect_is_simple_use (tree operand, loop_vec_info loop_vinfo, tree *def_stmt,
CODE - tree_code of a reduction operations.
Output:
- REDUC_CODE - the correponding tree-code to be used to reduce the
+ REDUC_CODE - the corresponding tree-code to be used to reduce the
vector of partial results into a single scalar result (which
will also reside in a vector).