X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftr_inheritance.h;h=7c73d4f0e8b5049eb578058ea7897055bd567be1;hb=47a26520e0520f28385d8f69a7e8d7e556e4ab7d;hp=658b62be4b351b04b8cd4a9d1bb88228f299f288;hpb=31dd448dc73416ccd43de4066a62114dc80cab9a;p=libfirm diff --git a/ir/tr/tr_inheritance.h b/ir/tr/tr_inheritance.h index 658b62be4..7c73d4f0e 100644 --- a/ir/tr/tr_inheritance.h +++ b/ir/tr/tr_inheritance.h @@ -73,7 +73,7 @@ int is_superclass_of(type *high, type *low); * many as possible). If the remaining types are both class types * and superclasses, returns true, else false. Can also be called with * two class types. */ -int is_subclass_ptr_of(type *low, type *high); +int is_superclass_ptr_of(type *low, type *high); /** Returns true if high is (transitive) overwritten by low. * @@ -142,7 +142,7 @@ void resolve_inheritance(mangle_inherited_name_func *mfunc); /** The state of the transitive closure. * - * @TODO: we could manage the state for each relation separately. Invalidating + * @todo: we could manage the state for each relation separately. Invalidating * the entity relations does not mean invalidating the class relation. */ typedef enum { inh_transitive_closure_none, /**< Closure is not computed, can not be accessed. */