- fixed r26421
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 26 Aug 2009 06:49:25 +0000 (06:49 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 26 Aug 2009 06:49:25 +0000 (06:49 +0000)
[r26427]

include/libfirm/ircons.h

index fcfde50..60997fc 100644 (file)
@@ -1451,7 +1451,7 @@ ir_node *new_rd_Sel(dbg_info *db, ir_node *block, ir_node *store,
 ir_node *new_rd_Call(dbg_info *db, ir_node *block, ir_node *store,
                      ir_node *callee, int arity, ir_node *in[], ir_type *tp);
 
-/** Constructor for a Builtin node.
+/** Constructor for a Builtin node.
  *
  * Represents a call of a backend-specific builtin..
  *