From: Andreas Zwinkau Date: Tue, 15 Mar 2011 15:39:55 +0000 (+0100) Subject: typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=8e6b3e73e79054d1647ca89a603138a767540982;p=libfirm typo --- diff --git a/ir/opt/ifconv.c b/ir/opt/ifconv.c index 27a3236cf..d6768a63b 100644 --- a/ir/opt/ifconv.c +++ b/ir/opt/ifconv.c @@ -189,7 +189,7 @@ static void rewire(ir_node* node, int i, int j, ir_node* new_pred) /** - * Remove the j-th predecessors from the i-th predecessor of block and add it to block + * Remove the j-th predecessor from the i-th predecessor of block and add it to block */ static void split_block(ir_node* block, int i, int j) {