typo fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 11 Feb 2005 16:18:30 +0000 (16:18 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 11 Feb 2005 16:18:30 +0000 (16:18 +0000)
[r5103]

ir/ir/iropt.c

index 1aa6f91..d56251d 100644 (file)
@@ -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 */