From 35fd3193deafc09568065a6ebec64470e790c6f8 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 23 Jan 2005 15:05:49 +0000 Subject: alias.c, [...]: Fix comment typos. * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c, fold-const.c, gimplify.c, params.h, tree-data-ref.c, tree-if-conv.c, tree-nested.c, tree-outof-ssa.c, tree-ssa-dom.c, tree-vectorizer.c, tree.def, config/darwin.c, config/freebsd-spec.h, config/arm/arm.h, config/h8300/h8300.md, config/i386/i386.md, config/i386/predicates.md, config/i386/sse.md, config/ia64/ia64.c, config/ip2k/ip2k.c, config/s390/s390.c, config/vax/vax.md: Fix comment typos. Follow spelling conventions. From-SVN: r94112 --- gcc/gimplify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gimplify.c') diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 60d3572..d77a3b3 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -4243,7 +4243,7 @@ gimplify_type_sizes (tree type, tree *list_p) tree field, t; /* Note that we do not check for TYPE_SIZES_GIMPLIFIED already set because - that's not supposed to happen on types where gimplifcation does anything. + that's not supposed to happen on types where gimplification does anything. We should assert that it isn't set, but we can indeed be called multiple times on pointers. Unfortunately, this includes fat pointers which we can't easily test for. We could pass TYPE down to gimplify_one_sizepos -- cgit v1.1