From: Christoph Mallon Date: Fri, 15 Jan 2010 12:20:56 +0000 (+0000) Subject: Correct typo in comment. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=45dfabd3acda895e53c27e4e5095fc8caa945a56;p=libfirm Correct typo in comment. [r26972] --- diff --git a/ir/opt/opt_osr.c b/ir/opt/opt_osr.c index 6c7ac1621..79cd9a31a 100644 --- a/ir/opt/opt_osr.c +++ b/ir/opt/opt_osr.c @@ -1288,8 +1288,8 @@ void remove_phi_cycles(ir_graph *irg) { env.process_scc = process_phi_only_scc; /* Clear all links and move Proj nodes into the - the same block as it's predecessors. - This can improve the placement of new nodes. + * the same block as their predecessors. + * This can improve the placement of new nodes. */ projs_moved = 0; irg_walk_graph(irg, NULL, clear_and_fix, &projs_moved);