From: Michael Beck Date: Tue, 9 Oct 2007 11:57:23 +0000 (+0000) Subject: typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0c2e168b002336b6273decb11d5e632594a5c13c;p=libfirm typo fixed [r16131] --- diff --git a/ir/be/bessaconstr.c b/ir/be/bessaconstr.c index 5498be694..ebe4f7fc6 100644 --- a/ir/be/bessaconstr.c +++ b/ir/be/bessaconstr.c @@ -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); }