isl_map_simplify.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 13 Aug 2009 18:09:49 +0000 (20:09 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 28 Aug 2009 17:42:19 +0000 (19:42 +0200)
isl_map_simplify.c

index c8636dc..65399ab 100644 (file)
@@ -1861,8 +1861,8 @@ int isl_set_fast_is_disjoint(struct isl_set *set1, struct isl_set *set2)
  * Otherwise return -1.
  *
  * We first check that
- *     - the bounds are opposites of each other (expect for the constant
- *       term
+ *     - the bounds are opposites of each other (except for the constant
+ *       term)
  *     - the bounds do not reference any other div
  *     - no div is defined in terms of this div
  *