X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firphase.h;h=965d9c710300b258805b8bdff66d79fc11db7e30;hb=4f92e524762e0febc361676111b3b5b79addd03a;hp=4e944eff00b37f1cf6613c958e7aa9c5ca132d86;hpb=00c6cd4ea2df08ab09015166f8a420d0e7792110;p=libfirm diff --git a/ir/ir/irphase.h b/ir/ir/irphase.h index 4e944eff0..965d9c710 100644 --- a/ir/ir/irphase.h +++ b/ir/ir/irphase.h @@ -47,7 +47,7 @@ ir_phase *new_phase(ir_graph *irg, phase_irn_init *data_init); /** * Variant for custom memory-management/classes. Just initialize given phase * structure (performs no allocation, you do not need to call this for phases - * allocated wiht new_phase) + * allocated with new_phase) */ void phase_init(ir_phase *phase, ir_graph *irg, phase_irn_init *data_init);