From: Jeff Law Date: Wed, 1 Sep 1999 00:12:33 +0000 (-0600) Subject: Fix typo in comment. X-Git-Tag: prereleases/libstdc++-2.92~10912 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06671717b331f3c1d1d9030beae97df16e1fbdf1;p=thirdparty%2Fgcc.git Fix typo in comment. From-SVN: r29019 --- diff --git a/gcc/regmove.c b/gcc/regmove.c index c0e5f7e75676..556b894acd8d 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.