isl_affine_hull.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 25 May 2016 12:43:33 +0000 (25 14:43 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 May 2016 12:43:33 +0000 (25 14:43 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_affine_hull.c

index 3f21901..fdf7570 100644 (file)
@@ -668,7 +668,7 @@ __isl_give isl_set *isl_set_drop_constraints_involving_dims(
        return isl_map_drop_constraints_involving_dims(set, type, first, n);
 }
 
-/* Construct an initial underapproximatino of the hull of "bset"
+/* Construct an initial underapproximation of the hull of "bset"
  * from "sample" and any of its adjacent points that also belong to "bset".
  */
 static __isl_give isl_basic_set *initialize_hull(__isl_keep isl_basic_set *bset,