Use @p to refer parameters.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Mon, 24 Aug 2009 14:55:12 +0000 (14:55 +0000)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Mon, 24 Aug 2009 14:55:12 +0000 (14:55 +0000)
[r26413]

include/libfirm/irdom.h

index ed3b2d8..705d0fd 100644 (file)
@@ -168,7 +168,7 @@ ir_node *node_smallest_common_dominator(ir_node *a, ir_node *b);
  *
  * @param irn        A node.
  * @param handle_phi 1 if Phis should be handled different
- * @return The first block dominating all users of @irn
+ * @return The first block dominating all users of @irn
  */
 ir_node *node_users_smallest_common_dominator(ir_node *irn, int handle_phi);