From 8e276a41a4a212f65f961ff0de3151c75ffce45d Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 18 May 2011 13:25:04 +0200 Subject: [PATCH] isl_polynomial.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_polynomial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_polynomial.c b/isl_polynomial.c index db081ee..889ca58 100644 --- a/isl_polynomial.c +++ b/isl_polynomial.c @@ -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. */ -- 2.7.4