diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-05 15:24:15 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-05 15:24:15 +0000 |
commit | 2a7e31df70cf600dfaa401cb426578994739bce0 (patch) | |
tree | db2d4b4b49c75785725db3dc511e5abdabfec0c9 /gcc/vec.c | |
parent | 2addf92620c2d652f72c4cb204fb46d980e784e5 (diff) | |
download | gcc-2a7e31df70cf600dfaa401cb426578994739bce0.tar.gz |
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/vec.c')
-rw-r--r-- | gcc/vec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/vec.c b/gcc/vec.c index a597db6dd86..1f9ac206282 100644 --- a/gcc/vec.c +++ b/gcc/vec.c @@ -49,7 +49,7 @@ vec_p_reserve (void *vec, int reserve MEM_STAT_DECL) /* Ensure there are at least RESERVE free slots in VEC, if RESERVE >= 0. If RESERVE < 0, increase the current allocation exponentially. VEC can be NULL, in which case a new vector is created. The - vector's trailing array is at VEC_OFFSET offset and consistes of + vector's trailing array is at VEC_OFFSET offset and consists of ELT_SIZE sized elements. */ void * |