aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-10-07 11:07:14 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-10-07 11:07:14 +0000
commitf63645be077c892e096b60ea0d8fd13530714cde (patch)
tree198523a0e15528552ba91441df311a1a4836a4f8 /gcc/gimplify.c
parent0c391506fc08301dc1d9b09563501071e3915a8f (diff)
downloadgcc-f63645be077c892e096b60ea0d8fd13530714cde.zip
gcc-f63645be077c892e096b60ea0d8fd13530714cde.tar.gz
gcc-f63645be077c892e096b60ea0d8fd13530714cde.tar.bz2
* gimplify.c, sched-int.h: Fix comment typos.
From-SVN: r117531
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r--gcc/gimplify.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index faa5b48..1a88c60 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -6050,10 +6050,10 @@ gimplify_type_sizes (tree type, tree *list_p)
It was actually useful for anonymous pointed-to types to ensure
that the sizes evaluation dominates every possible later use of the
values. Restricting to such types here would be safe since there
- is no possible forward declaration around, but would introduce a
- undesireable middle-end semantic to anonymity. We then defer to
- front-ends the responsibilty of ensuring that the sizes are
- evaluated both early and late enough, e.g. by attaching artifical
+ is no possible forward declaration around, but would introduce an
+ undesirable middle-end semantic to anonymity. We then defer to
+ front-ends the responsibility of ensuring that the sizes are
+ evaluated both early and late enough, e.g. by attaching artificial
type declarations to the tree. */
break;