diff options
Diffstat (limited to 'gcc/reg-stack.c')
-rw-r--r-- | gcc/reg-stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 6d10184..8464ab4 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.c @@ -3045,7 +3045,7 @@ convert_regs (FILE *file) /* ??? Future: process inner loops first, and give them arbitrary initial stacks which emit_swap_insn can modify. This ought to - prevent double fxch that aften appears at the head of a loop. */ + prevent double fxch that often appears at the head of a loop. */ /* Process all blocks reachable from all entry points. */ for (e = ENTRY_BLOCK_PTR->succ; e ; e = e->succ_next) |