isl_aff.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 18 Apr 2012 09:33:48 +0000 (11:33 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 6 May 2012 12:33:04 +0000 (14:33 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_aff.c

index fb6f364..2f82f8f 100644 (file)
--- a/isl_aff.c
+++ b/isl_aff.c
@@ -2350,7 +2350,7 @@ __isl_give isl_pw_multi_aff *isl_pw_multi_aff_union_add(
        return isl_pw_multi_aff_union_add_(pma1, pma2);
 }
 
-/* Construct a map mapping the domain the piecewise multi-affine expression
+/* Construct a map mapping the domain of the piecewise multi-affine expression
  * to its range, with each dimension in the range equated to the
  * corresponding affine expression on its cell.
  */