From 8524319f653b2fe428eae9f7ab8efb96ffdde35e Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 18 Aug 2010 11:26:49 +0200 Subject: [PATCH] summate.c: fix typo in comment --- summate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/summate.c b/summate.c index 8e76b0f..d51a961 100644 --- a/summate.c +++ b/summate.c @@ -928,12 +928,12 @@ static int compatible_range(__isl_keep isl_dim *dim1, __isl_keep isl_dim *dim2) } /* Compute the intersection of the range of the map and the domain - * of the piecewise quasipolynomial and the sum the associated + * of the piecewise quasipolynomial and then sum the associated * quasipolynomial over all elements in this intersection. * * We first introduce some unconstrained dimensions in the * piecewise quasipolynomial, intersect the resulting domain - * with the wrapped map and the compute the sum. + * with the wrapped map and then compute the sum. */ __isl_give isl_pw_qpolynomial *isl_map_apply_pw_qpolynomial( __isl_take isl_map *map, __isl_take isl_pw_qpolynomial *pwqp) -- 2.11.4.GIT