X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firnode.h;h=807b553c95bfe5cfbdfda4a1a7e60e4dfc41be16;hb=95439e41faebfaeca2bf517718932e47dd8aaa7c;hp=7ac923c95e291145668638ff02c9b3224e6988df;hpb=236c08e56b840c915b71f039948a12ee9b23cc75;p=libfirm diff --git a/include/libfirm/irnode.h b/include/libfirm/irnode.h index 7ac923c95..807b553c9 100644 --- a/include/libfirm/irnode.h +++ b/include/libfirm/irnode.h @@ -380,7 +380,7 @@ FIRM_API symconst_kind get_SymConst_kind(const ir_node *node); /** Set the kind of the SymConst. */ FIRM_API void set_SymConst_kind(ir_node *node, symconst_kind num); -/** Only to access SymConst of kind type_tag or size. Else assertion: */ +/** Only to access SymConst of kind type_size. Else assertion: */ FIRM_API ir_type *get_SymConst_type(const ir_node *node); FIRM_API void set_SymConst_type(ir_node *node, ir_type *tp);