fix time measureing in chordal_regalloc
[libfirm] / ir / be / bessaconstr.c
index 5498be6..72b13a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -299,7 +299,7 @@ void be_ssa_construction_init(be_ssa_construction_env_t *env, be_irg_t *birg)
         * and blocks that already have the relevant value at the end calculated */
        inc_irg_visited(irg);
        /* We use the block visited flag to indicate blocks in the dominance
-        * froniter of some values (and this potentially needing phis) */
+        * frontier of some values (and this potentially needing phis) */
        inc_irg_block_visited(irg);
 }