diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-10-07 11:07:14 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-10-07 11:07:14 +0000 |
commit | f63645be077c892e096b60ea0d8fd13530714cde (patch) | |
tree | 198523a0e15528552ba91441df311a1a4836a4f8 /gcc/sched-int.h | |
parent | 0c391506fc08301dc1d9b09563501071e3915a8f (diff) | |
download | gcc-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/sched-int.h')
-rw-r--r-- | gcc/sched-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h index ab91478..10c9a35 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) |