@@ -1,3 +1,7 @@
+2013-10-28 Jeff Law <law@redhat.com>
+
+ * lower-subreg.c (resolve_simple_move): Fix comment typo.
+
2013-10-28 Trevor Saunders <tsaunders@mozilla.com>
* df-scan.c (df_collection_rec): Adjust.
@@ -1070,7 +1070,7 @@ resolve_simple_move (rtx set, rtx insn)
emit_insn_before (insns, insn);
- /* If we get here via self-recutsion, then INSN is not yet in the insns
+ /* If we get here via self-recursion, then INSN is not yet in the insns
chain and delete_insn will fail. We only want to remove INSN from the
current sequence. See PR56738. */
if (in_sequence_p ())