aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-10 10:44:48 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-10 10:44:48 +0000
commit6cb38cd4ae4e293f992f0593813c162803e533b9 (patch)
treee18647b48f7a6fbf0ceb4f1c9045c3e057e62d7a /gcc/tree-vectorizer.h
parent8166c2014f908bb47205709b34ab0bdca881b45a (diff)
downloadgcc-6cb38cd4ae4e293f992f0593813c162803e533b9.zip
gcc-6cb38cd4ae4e293f992f0593813c162803e533b9.tar.gz
gcc-6cb38cd4ae4e293f992f0593813c162803e533b9.tar.bz2
c-common.c, [...]: Fix comment typos.
* c-common.c, c-pch.c, defaults.h, lambda-code.c, passes.c, tree-data-ref.c, tree-flow.h, tree-ssa-operands.c, tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h, value-prof.c: Fix comment typos. Follow spelling conventions. From-SVN: r87288
Diffstat (limited to 'gcc/tree-vectorizer.h')
-rw-r--r--gcc/tree-vectorizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vectorizer.h b/gcc/tree-vectorizer.h
index 98c2ac8..eb8a586 100644
--- a/gcc/tree-vectorizer.h
+++ b/gcc/tree-vectorizer.h
@@ -52,7 +52,7 @@ typedef struct _stmt_vec_info {
/* The stmt to which this info struct refers to. */
tree stmt;
- /* The loop with resprct to which STMT is vectorized. */
+ /* The loop with respect to which STMT is vectorized. */
struct loop *loop;
/* Not all stmts in the loop need to be vectorized. e.g, the incrementation