From c5de4e5176a7134b7fb197e133bd1796ac761201 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Fri, 5 Sep 2008 21:43:00 +0000 Subject: [PATCH] typo [r21732] --- ir/be/ia32/ia32_transform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/ia32/ia32_transform.c b/ir/be/ia32/ia32_transform.c index 09fc6ea72..0f553f6ba 100644 --- a/ir/be/ia32/ia32_transform.c +++ b/ir/be/ia32/ia32_transform.c @@ -2700,7 +2700,7 @@ static ir_node *create_Ucomi(ir_node *node) } /** - * helper function: checks wether all Cmp projs are Lg or Eq which is needed + * helper function: checks whether all Cmp projs are Lg or Eq which is needed * to fold an and into a test node */ static int can_fold_test_and(ir_node *node) -- 2.20.1