From 109635a6c89931c62b9026c07f1c0ccd3c524b34 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Mon, 27 Feb 2012 14:00:43 +0100 Subject: [PATCH] Correct comments: Remark does not mean what the author thought it means. --- include/libfirm/ircons.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.20.1