From 728863e1722a5f97403d04855fc69667eea03268 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 12 Feb 2006 12:28:12 +0000 Subject: [PATCH] typo fixed [r7337] --- ir/arch/archop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/arch/archop.c b/ir/arch/archop.c index ac86ccfe5..f6ffe603e 100644 --- a/ir/arch/archop.c +++ b/ir/arch/archop.c @@ -210,7 +210,7 @@ static ir_node *equivalent_node_MinMax(ir_node *n) #define equivalent_node_Max equivalent_node_MinMax /* - * Create Min and Mux from Mux nodes + * Create Min and Max from Mux nodes */ ir_node *arch_transform_node_Mux(ir_node *n) { -- 2.20.1