diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-04-15 21:45:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-04-15 21:45:06 +0000 |
commit | 75c40d56f7c0f3fcc5c630694c14d74011d2c1a3 (patch) | |
tree | 51c527408becab45ec9307f29e5ba320f3bc0a8b /gcc/sched-int.h | |
parent | 8370f6fa3cae71c3ec88804cfac7ce130b8bd871 (diff) | |
download | gcc-75c40d56f7c0f3fcc5c630694c14d74011d2c1a3.tar.gz |
cfgcleanup.c, [...]: Fix comment typos.
* cfgcleanup.c, config/dfp-bit.c, expr.c, fold-const.c,
jump.c, mips-tfile.c, omp-low.c, sched-int.h,
tree-ssa-loop-prefetch.c, tree-vrp.c: Fix comment typos.
From-SVN: r112971
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 5b042a0f71a..bee8a98fff6 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -437,7 +437,7 @@ enum SPEC_TYPES_OFFSETS { /* This dependence is to the instruction in the recovery block, that was formed to recover after control-speculation failure. - Thus, this dependence can be be overcome with generating of the copy of + Thus, this dependence can be overcome with generating of the copy of this instruction in the recovery block. */ #define BE_IN_CONTROL (((ds_t) DEP_WEAK_MASK) << BE_IN_CONTROL_BITS_OFFSET) |