diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-02 00:51:01 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-02 00:51:01 +0000 |
commit | 0870fd6eb283b94035b0911aedec29c050a3b5de (patch) | |
tree | ae5103fbd5f2fe5bcbda71439d0de821a65ead6f /gcc/ifcvt.c | |
parent | bcebb400341c81055214fe0cab020afe2e529bdd (diff) | |
download | gcc-0870fd6eb283b94035b0911aedec29c050a3b5de.tar.gz |
* ifcvt.c, modulo-sched.c, tree-alias-common.c, tree-sra.c,
tree-ssa-copy.c, tree-ssa-dom.c, tree-ssa-pre.c: Fix comment
typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84008 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r-- | gcc/ifcvt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c index a903237a7af..bd4c30c00ac 100644 --- a/gcc/ifcvt.c +++ b/gcc/ifcvt.c @@ -699,7 +699,7 @@ end_ifcvt_sequence (struct noce_if_info *if_info) /* Make sure that all of the instructions emitted are recognizable, and that we haven't introduced a new jump instruction. - As an excersise for the reader, build a general mechanism that + As an exercise for the reader, build a general mechanism that allows proper placement of required clobbers. */ for (insn = seq; insn; insn = NEXT_INSN (insn)) if (GET_CODE (insn) == JUMP_INSN |