From eed50407f3460ebf671a0750bc40ee0bcd5c2bdb Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 7 Oct 2006 11:07:14 +0000 Subject: * gimplify.c, sched-int.h: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117531 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/gimplify.c | 8 ++++---- gcc/sched-int.h | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e23ff15245f..2d32703782f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-10-07 Kazu Hirata + + * gimplify.c, sched-int.h: Fix comment typos. + 2006-10-06 Maxim Kuvyrkov * sched-int.h (IS_SPECULATION_CHECK_P, IS_SPECULATION_SIMPLE_CHECK_P): diff --git a/gcc/gimplify.c b/gcc/gimplify.c index faa5b48baad..1a88c60c5d0 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; diff --git a/gcc/sched-int.h b/gcc/sched-int.h index ab914780364..10c9a35e5aa 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -369,7 +369,7 @@ extern regset *glat_start, *glat_end; /* INSN is a speculation check that will branch to RECOVERY_BLOCK if the speculation fail. Insns in that block will reexecute the speculatively - scheduled code and then will return immediatelly after INSN thus preserving + scheduled code and then will return immediately after INSN thus preserving semantics of the program. */ #define IS_SPECULATION_BRANCHY_CHECK_P(INSN) \ (RECOVERY_BLOCK (INSN) != NULL && RECOVERY_BLOCK (INSN) != EXIT_BLOCK_PTR) -- cgit v1.2.1