* sched-int.h: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 7 Oct 2006 11:20:13 +0000 (11:20 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 7 Oct 2006 11:20:13 +0000 (11:20 +0000)
From-SVN: r117532

gcc/ChangeLog
gcc/sched-int.h

index 2d32703782f5f86a2a899f503f2748cc9f79a7ae..16fadd2c5c2fca8d060217c0d6f84f09f6715b69 100644 (file)
@@ -2,6 +2,8 @@
 
        * gimplify.c, sched-int.h: Fix comment typos.
 
+       * sched-int.h: Fix comment typos.
+
 2006-10-06  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
 
        * sched-int.h (IS_SPECULATION_CHECK_P, IS_SPECULATION_SIMPLE_CHECK_P):
index 10c9a35e5aa9ad2dce24a2d8ecf1b429b1681c0d..d2c6c62c96960535a3e1c522f7598fe90c1308a5 100644 (file)
@@ -363,12 +363,12 @@ extern regset *glat_start, *glat_end;
 #define IS_SPECULATION_CHECK_P(INSN) (RECOVERY_BLOCK (INSN) != NULL)
 
 /* INSN is a speculation check that will simply reexecute the speculatively
-   scheduled instruction if the speculation fail.  */
+   scheduled instruction if the speculation fails.  */
 #define IS_SPECULATION_SIMPLE_CHECK_P(INSN) \
   (RECOVERY_BLOCK (INSN) == EXIT_BLOCK_PTR)
 
 /* INSN is a speculation check that will branch to RECOVERY_BLOCK if the
-   speculation fail.  Insns in that block will reexecute the speculatively
+   speculation fails.  Insns in that block will reexecute the speculatively
    scheduled code and then will return immediately after INSN thus preserving
    semantics of the program.  */
 #define IS_SPECULATION_BRANCHY_CHECK_P(INSN) \