From: Sven Verdoolaege Date: Tue, 19 Jun 2012 10:06:22 +0000 (+0200) Subject: doc: fix typos X-Git-Tag: isl-0.11~285 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c1d8154df2651b2693347e90d5bdad16672c3ba;p=platform%2Fupstream%2Fisl.git doc: fix typos Signed-off-by: Sven Verdoolaege --- diff --git a/doc/user.pod b/doc/user.pod index c67301e..841fde6 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -3213,7 +3213,7 @@ to be a constant. The function C returns a basic set containing those elements in the shared space of C and C where C is greater than or equal to C. -The function C returns a set +The function C returns a set containing those elements in the shared domain of C and C where C is greater than or equal to C. The functions operating on C apply the corresponding @@ -4086,7 +4086,7 @@ obviously equal, use __isl_take isl_point *pnt); __isl_give isl_pw_qpolynomial_fold * - sl_pw_qpolynomial_fold_intersect_params( + isl_pw_qpolynomial_fold_intersect_params( __isl_take isl_pw_qpolynomial_fold *pwf, __isl_take isl_set *set); @@ -4302,7 +4302,7 @@ any of the other arguments is treated as an error. During the dependence analysis, we frequently need to perform the following operation. Given a relation between sink iterations -and potential soure iterations from a particular source domain, +and potential source iterations from a particular source domain, what is the last potential source iteration corresponding to each sink iteration. It can sometimes be convenient to adjust the set of potential source iterations before or after each such operation.