From: Sven Verdoolaege Date: Thu, 19 Jul 2012 19:44:53 +0000 (+0200) Subject: isl_aff.c: fix typo in comment X-Git-Tag: isl-0.11~214 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dabffb361c4dbf9abb468ac127975d3e29ad98e4;p=platform%2Fupstream%2Fisl.git isl_aff.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- 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.