isl_aff.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 19 Jul 2012 19:44:53 +0000 (21:44 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 6 Sep 2012 12:41:41 +0000 (14:41 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_aff.c

index c6fe620..a531bf8 100644 (file)
--- 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.