summaryrefslogtreecommitdiff
path: root/gcc/sched-int.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-07 11:07:14 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-07 11:07:14 +0000
commiteed50407f3460ebf671a0750bc40ee0bcd5c2bdb (patch)
tree198523a0e15528552ba91441df311a1a4836a4f8 /gcc/sched-int.h
parent3154b25027bd8af483eadd8558d05721a276cb69 (diff)
downloadgcc-eed50407f3460ebf671a0750bc40ee0bcd5c2bdb.tar.gz
* 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
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r--gcc/sched-int.h2
1 files changed, 1 insertions, 1 deletions
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)