From fe36a9963a604d99e4a1d10302944a4b3892a897 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Fri, 18 Dec 2009 10:00:06 +0000 Subject: [PATCH] Correct typo in comment. [r26803] --- include/libfirm/tv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libfirm/tv.h b/include/libfirm/tv.h index 311e0cfdb..bdee5c498 100644 --- a/include/libfirm/tv.h +++ b/include/libfirm/tv.h @@ -74,7 +74,7 @@ * - 0[0-7]* (octal representation) * - (+|-)?[1-9][0-9]* (decimal representation) * - * if mode if float_number: + * if mode is float_number: * - (+|-)?(decimal int) (. (decimal int))? ((e|E)(+|-)?(decimal int))? * * if mode is boolean: true, True, TRUE ... False... 0, 1, -- 2.20.1