isl_polynomial.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 18 May 2011 11:25:04 +0000 (13:25 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 18 May 2011 11:25:04 +0000 (13:25 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_polynomial.c

index db081ee..889ca58 100644 (file)
@@ -1980,7 +1980,7 @@ static void invert_div(__isl_keep isl_qpolynomial *qp, int div,
  *
  * After the reduction, some divs may have become redundant or identical,
  * so we call substitute_non_divs and sort_divs.  If these functions
- * eliminate divs of merge * two or more divs into one, the coefficients
+ * eliminate divs or merge two or more divs into one, the coefficients
  * of the enclosing divs may have to be reduced again, so we call
  * ourselves recursively if the number of divs decreases.
  */