diff options
author | Sven Verdoolaege <skimo@kotnet.org> | 2013-05-31 14:37:11 +0200 |
---|---|---|
committer | Sven Verdoolaege <skimo@kotnet.org> | 2013-06-01 18:47:32 +0200 |
commit | e4cb9b222bfe869d4ac98eae00791dc2e866a7a3 (patch) | |
tree | 0feabdd69ca39ecd7a751c0a9ceaf1262e9a302b | |
parent | 1df91d8515ec88dc7f7f597168ad0f34f26de5a7 (diff) | |
download | isl-e4cb9b222bfe869d4ac98eae00791dc2e866a7a3.tar.gz isl-e4cb9b222bfe869d4ac98eae00791dc2e866a7a3.tar.bz2 isl-e4cb9b222bfe869d4ac98eae00791dc2e866a7a3.zip |
isl_polynomial.c: fix typo in comment
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
-rw-r--r-- | isl_polynomial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isl_polynomial.c b/isl_polynomial.c index a113df02..45676e5e 100644 --- a/isl_polynomial.c +++ b/isl_polynomial.c @@ -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) |