From: Michael Beck Date: Fri, 11 Feb 2005 16:18:30 +0000 (+0000) Subject: typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=7fcb6af4a8f3b9e03469b1992205f3566d5fb213;p=libfirm typo fixed [r5103] --- 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 */