The function replace_pseudo() was documented but it wasn't very clear. Replce the short description by something hopefull clearer. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- simplify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplify.c b/simplify.c index 5708a4319..e177baf3e 100644 --- a/simplify.c +++ b/simplify.c @@ -344,7 +344,7 @@ static inline int constant(pseudo_t pseudo) } /// -// replace one operand by a new value +// replace the operand of an instruction // @insn: the instruction // @pp: the address of the instruction's operand // @new: the new value for the operand -- 2.18.0