From 7fcb6af4a8f3b9e03469b1992205f3566d5fb213 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 11 Feb 2005 16:18:30 +0000 Subject: [PATCH] typo fixed [r5103] --- ir/ir/iropt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ir/iropt.c b/ir/ir/iropt.c index 1aa6f914f..d56251d52 100644 --- a/ir/ir/iropt.c +++ b/ir/ir/iropt.c @@ -2331,7 +2331,7 @@ optimize_node (ir_node *n) old_tp = get_irn_type(get_irn_n(n, i)); } - /* Allways optimize Phi nodes: part of the construction. */ + /* Always optimize Phi nodes: part of the construction. */ if ((!get_opt_optimize()) && (iro != iro_Phi)) return n; /* constant expression evaluation / constant folding */ -- 2.20.1