isl_polynomial.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 31 May 2013 12:37:11 +0000 (14:37 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 1 Jun 2013 16:47:32 +0000 (18:47 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_polynomial.c

index a113df0..45676e5 100644 (file)
@@ -4592,7 +4592,7 @@ error:
 
 /* Drop all floors in "qp", turning each integer division [a/m] into
  * a rational division a/m.  If "down" is set, then the integer division
- * is replaces by (a-(m-1))/m instead.
+ * is replaced by (a-(m-1))/m instead.
  */
 static __isl_give isl_qpolynomial *qp_drop_floors(
        __isl_take isl_qpolynomial *qp, int down)