Correct comments: Remark does not mean what the author thought it means.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Feb 2012 13:00:43 +0000 (14:00 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Feb 2012 13:16:11 +0000 (14:16 +0100)
include/libfirm/ircons.h

index 25a2915..990c141 100644 (file)
@@ -916,7 +916,7 @@ FIRM_API ir_mode *ir_guess_mode(int pos);
  */
 FIRM_API ir_mode *ir_r_guess_mode(ir_graph *irg, int pos);
 
-/** Remark a new definition of a variable.
+/** Memorize a new definition of a variable.
  *
  * Use this function to remember a new definition of the value
  * associated with pos.  pos must be less than the value passed as n_loc
@@ -956,7 +956,7 @@ FIRM_API ir_node *get_store(void);
  * @see get_store() */
 FIRM_API ir_node *get_r_store(ir_graph *irg);
 
-/** Remark a new definition of the memory state.
+/** Memorize a new definition of the memory state.
  *
  * Use this function to remember a new definition of the memory state.
  * This call is needed to automatically inserts Phi nodes.