diff options
Diffstat (limited to 'gcc/modulo-sched.c')
-rw-r--r-- | gcc/modulo-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index 2dffc3170a1..4fc57c546f7 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -1283,7 +1283,7 @@ sms_schedule (FILE *dump_file) /* SMS is not profitable so undo the permutation and reg move generation and return the kernel to its original state. */ if (dump_file) - fprintf (dump_file, "Undoing SMS becuase it is not profitable.\n"); + fprintf (dump_file, "Undoing SMS because it is not profitable.\n"); } else |