aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-05 15:24:15 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-05 15:24:15 +0000
commit2a7e31df70cf600dfaa401cb426578994739bce0 (patch)
treedb2d4b4b49c75785725db3dc511e5abdabfec0c9 /gcc/tree-flow.h
parent2addf92620c2d652f72c4cb204fb46d980e784e5 (diff)
downloadgcc-2a7e31df70cf600dfaa401cb426578994739bce0.zip
gcc-2a7e31df70cf600dfaa401cb426578994739bce0.tar.gz
gcc-2a7e31df70cf600dfaa401cb426578994739bce0.tar.bz2
c-common.c, [...]: Fix comment typos.
* c-common.c, cfgexpand.c, cgraphunit.c, defaults.h, et-forest.c, expr.c, gimplify.c, global.c, gthr-lynx.h, hard-reg-set.h, modulo-sched.c, optabs.c, postreload-gcse.c, tree-data-ref.c, tree-flow.h, tree-if-conv.c, tree-inline.c, tree-sra.c, tree-ssa-loop-im.c, tree-ssa-loop-ivopts.c, tree-ssa-loop-niter.c, tree-ssa-operands.c, tree-ssa-operands.h, tree-ssa-propagate.c, tree-ssa-propagate.h, tree-ssa-threadupdate.c, value-prof.c, vec.c, vec.h: Fix comment typos. Follow spelling conventions. From-SVN: r87104
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index 5edfae5..1efbbbd 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -605,7 +605,7 @@ struct tree_niter_desc
to false, then the other fields in this structure
should not be used; there is no guarantee that they
will be correct. */
- tree may_be_zero; /* The booleand expression. If it evaluates to true,
+ tree may_be_zero; /* The boolean expression. If it evaluates to true,
the loop will exit in the first iteration (i.e.
its latch will not be executed), even if the niter
field says otherwise. */