From: Michael Beck Date: Tue, 3 Nov 2009 23:19:57 +0000 (+0000) Subject: Fixed doxygen comments. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e916f31f8e2dc7ece46a347dc5654c79ed932327;hp=678b280810971cf9248ebd91e4b9f2c294d013e1;p=cparser Fixed doxygen comments. [r26710] --- diff --git a/ast2firm.c b/ast2firm.c index ab7516b..bd32242 100644 --- a/ast2firm.c +++ b/ast2firm.c @@ -1156,11 +1156,11 @@ static ir_entity *alloc_trampoline(ir_type *frame_type, int size, unsigned align } /** - * Return a node representing a trampoline reagion - * for a given entity. + * Return a node representing a trampoline region + * for a given function entity. * * @param dbgi debug info - * @param entity the entity + * @param entity the function entity */ static ir_node *get_trampoline_region(dbg_info *dbgi, ir_entity *entity) { @@ -1212,11 +1212,11 @@ static ir_node *create_symconst(dbg_info *dbgi, ir_mode *mode, } /** - * Creates a SymConst for a given trampoline of an entity. + * Creates a trampoline for a function represented by an entity. * * @param dbgi debug info - * @param mode the (reference) mode for the SymConst - * @param entity the entity + * @param mode the (reference) mode for the function address + * @param entity the function entity */ static ir_node *create_trampoline(dbg_info *dbgi, ir_mode *mode, ir_entity *entity)