X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Fentity.c;h=0051f863fe98f508106ed50e7a7422cd9e5ebbec;hb=b7b24e372a1338ecd5eb26bdd285a8cbe7b1fec9;hp=065397a5a5504daed291cc30a8ce38d8caaf6a2d;hpb=9543fd5575184a1167bddfd32c34fb700aa484a4;p=libfirm diff --git a/ir/tr/entity.c b/ir/tr/entity.c index 065397a5a..0051f863f 100644 --- a/ir/tr/entity.c +++ b/ir/tr/entity.c @@ -105,7 +105,7 @@ ir_entity *new_d_entity(ir_type *owner, ident *name, ir_type *type, res->attr.code_attr.label = (ir_label_t) -1; } - /* Remember entity in it's owner. */ + /* Remember entity in its owner. */ if (owner != NULL) add_compound_member(owner, res);