From: Michael Beck Date: Fri, 27 May 2011 21:19:02 +0000 (+0200) Subject: Fixed typos. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=b759a350561e10534fd08788f8698eeec39baf7f;p=libfirm Fixed typos. --- diff --git a/ir/lower/lower_dw.c b/ir/lower/lower_dw.c index fd94146fa..217bc0f29 100644 --- a/ir/lower/lower_dw.c +++ b/ir/lower/lower_dw.c @@ -831,7 +831,7 @@ static void lower_shr_helper(ir_node *node, ir_mode *mode, env->flags |= CF_CHANGED; block = get_nodes_block(node); - /* add a Cmp to test if highest bit is set <=> wether we shift more + /* add a Cmp to test if highest bit is set <=> whether we shift more * than half the word width */ cnst = new_r_Const_long(irg, low_unsigned, modulo_shift2); and = new_r_And(block, right, cnst, low_unsigned); @@ -964,7 +964,7 @@ static void lower_Shl(ir_node *node, ir_mode *mode) env->flags |= CF_CHANGED; block = get_nodes_block(node); - /* add a Cmp to test if highest bit is set <=> wether we shift more + /* add a Cmp to test if highest bit is set <=> whether we shift more * than half the word width */ cnst = new_r_Const_long(irg, low_unsigned, modulo_shift2); and = new_r_And(block, right, cnst, low_unsigned);