diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-30 07:12:58 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-30 07:12:58 +0000 |
commit | 365db11eea46f39f4e46a11a6509d212e41c2307 (patch) | |
tree | 353029a3fd14257b6028935077f92705d8a886d5 /gcc/tree-into-ssa.c | |
parent | 8ed01400ddf7575d1965862fd356aa32b8efae47 (diff) | |
download | gcc-365db11eea46f39f4e46a11a6509d212e41c2307.tar.gz |
* c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,
ddg.c, ddg.h, df.c, df.h, except.c, expr.c, flags.h,
fold-const.c, gcc.c, gimplify.c, haifa-sched.c,
modulo-sched.c, tree-inline.c, tree-into-ssa.c, tree-nested.c,
tree-nrv.c, tree-ssa-ccp.c, tree-ssa-dom.c, tree-ssa-live.c,
tree-ssa-loop.c, tree-ssa-pre.c, tree-tailcall.c, tree.h: Fix
comment typos. Follow spelling conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82439 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-into-ssa.c')
-rw-r--r-- | gcc/tree-into-ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index 91c73b2ec9f..7bb9c58f046 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -473,7 +473,7 @@ rewrite_initialize_block_local_data (struct dom_walk_data *walk_data ATTRIBUTE_U /* We get cleared memory from the allocator, so if the memory is not cleared, then we are re-using a previously allocated entry. In - that case, we can also re-use the underlying virtal arrays. Just + that case, we can also re-use the underlying virtual arrays. Just make sure we clear them before using them! */ if (recycled && bd->block_defs && VARRAY_ACTIVE_SIZE (bd->block_defs) > 0) abort (); |