From: Christoph Mallon Date: Mon, 27 Feb 2012 13:00:43 +0000 (+0100) Subject: Correct comments: Remark does not mean what the author thought it means. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=109635a6c89931c62b9026c07f1c0ccd3c524b34;p=libfirm Correct comments: Remark does not mean what the author thought it means. --- diff --git a/include/libfirm/ircons.h b/include/libfirm/ircons.h index 25a2915f8..990c14184 100644 --- a/include/libfirm/ircons.h +++ b/include/libfirm/ircons.h @@ -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.