From: Götz Lindenmaier Date: Wed, 9 Mar 2005 16:15:02 +0000 (+0000) Subject: comments X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=4759d876248763439d3abf34ed9a1bc786bccdfb;p=libfirm comments [r5322] --- diff --git a/ir/tv/tv.h b/ir/tv/tv.h index 64313a7ac..aeff274cb 100644 --- a/ir/tv/tv.h +++ b/ir/tv/tv.h @@ -161,7 +161,7 @@ tarval *new_tarval_from_long(long l, ir_mode *mode); long get_tarval_long(tarval *tv); /** - * This validates if tarval_to_long() will return a satisfying + * This validates if get_tarval_long() will return a satisfying * result. I.e. if tv is an int_number and between min, max * of long int (signed!) */