diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-26 05:03:55 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-26 05:03:55 +0000 |
commit | 2c763ed45031e6a2183d320ac62cc8bcdaf45445 (patch) | |
tree | 33b4de272330067b4be95383df8cefd291cd4392 /gcc/tree-mudflap.c | |
parent | 7df90de3e444cdf3fba595a84a4d74c60aade2ee (diff) | |
download | gcc-2c763ed45031e6a2183d320ac62cc8bcdaf45445.tar.gz |
* c-typeck.c, cfgexpand.c, ddg.c, ddg.h, df.c, fold-const.c,
gcov.c, gimplify.c, modulo-sched.c, passes.c, tree-cfg.c,
tree-mudflap.c, tree-nrv.c, tree-outof-ssa.c, tree-ssa-dom.c,
tree-ssa-dse.c, tree-ssa-operands.c, tree-ssa-pre.c,
tree-tailcall.c: Fix comment typos. Follow spelling
conventions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83703 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-mudflap.c')
-rw-r--r-- | gcc/tree-mudflap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-mudflap.c b/gcc/tree-mudflap.c index 4d9e77b490e..dcde2ac9555 100644 --- a/gcc/tree-mudflap.c +++ b/gcc/tree-mudflap.c @@ -819,7 +819,7 @@ mx_register_decls (tree decl, tree *stmt_list) { /* Oh no ... it's probably a variable-length array (VLA). The size and address cannot be computed by merely - looking at the DECL. See gimplfiy_decl_stmt for the + looking at the DECL. See gimplify_decl_stmt for the method by which VLA declarations turn into calls to BUILT_IN_STACK_ALLOC. We assume that multiple VLAs declared later in the same block get allocation |