From dabffb361c4dbf9abb468ac127975d3e29ad98e4 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 19 Jul 2012 21:44:53 +0200 Subject: [PATCH] isl_aff.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_aff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_aff.c b/isl_aff.c index c6fe620..a531bf8 100644 --- a/isl_aff.c +++ b/isl_aff.c @@ -2979,7 +2979,7 @@ __isl_give isl_pw_aff *isl_set_indicator_function(__isl_take isl_set *set) * * The result is * - * floor((a f + d g')/(m d)) + * (a f + d g')/(m d) * * where g' is the result of plugging in "subs" in each of the integer * divisions in g. -- 2.7.4