OSDN Git Service

Fix typo in comment.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Sep 1999 00:12:33 +0000 (00:12 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Sep 1999 00:12:33 +0000 (00:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29019 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/regmove.c

index c0e5f7e..556b894 100644 (file)
@@ -1642,7 +1642,7 @@ find_matches (insn, matchp)
 }
 
 /* Try to replace output operand DST in SET, with input operand SRC.  SET is
-   the only set in INSN.  INSN has just been recgnized and constrained.
+   the only set in INSN.  INSN has just been recognized and constrained.
    SRC is operand number OPERAND_NUMBER in INSN.
    DST is operand number MATCH_NUMBER in INSN.
    If BACKWARD is nonzero, we have been called in a backward pass.