From b759a350561e10534fd08788f8698eeec39baf7f Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 27 May 2011 23:19:02 +0200 Subject: [PATCH] Fixed typos. --- ir/lower/lower_dw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.20.1