From: Jeff Law Date: Wed, 1 Sep 1999 00:12:33 +0000 (-0600) Subject: Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06671717b331f3c1d1d9030beae97df16e1fbdf1;p=gcc.git Fix typo in comment. From-SVN: r29019 --- diff --git a/gcc/regmove.c b/gcc/regmove.c index c0e5f7e7567..556b894acd8 100644 --- a/gcc/regmove.c +++ b/gcc/regmove.c @@ -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.