diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-10 10:44:48 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-10 10:44:48 +0000 |
commit | 6cb38cd4ae4e293f992f0593813c162803e533b9 (patch) | |
tree | e18647b48f7a6fbf0ceb4f1c9045c3e057e62d7a /gcc/tree-flow.h | |
parent | 8166c2014f908bb47205709b34ab0bdca881b45a (diff) | |
download | gcc-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-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 837aaf9..0c38078 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -601,7 +601,7 @@ extern bool may_propagate_copy (tree, tree); struct tree_niter_desc { - tree assumptions; /* The boolean expression. If this expression evalutes + tree assumptions; /* The boolean expression. If this expression evaluates to false, then the other fields in this structure should not be used; there is no guarantee that they will be correct. */ |