From 173666cd995bd3a4b31b22cfa77916bb49f055f7 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 1 Jul 2014 15:44:35 +0200 Subject: [PATCH] doc: fix typos Signed-off-by: Sven Verdoolaege --- doc/user.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user.pod b/doc/user.pod index bbab1a04..03411913 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -6008,7 +6008,7 @@ and may be subject to change.> __isl_take isl_schedule *sched); The function C can be -used to compute a schedule that satisfy the given schedule constraints. +used to compute a schedule that satisfies the given schedule constraints. These schedule constraints include the iteration domain for which a schedule should be computed and dependences between pairs of iterations. In particular, these dependences include @@ -6097,7 +6097,7 @@ ranges of those relation may themselves be wrapped relations where the iteration domain appears in the domain of those wrapped relations and the range of the wrapped relations can be arbitrarily chosen by the user. Conditions and conditional validity constraints are only -considere adjacent to each other if the entire wrapped relation matches. +considered adjacent to each other if the entire wrapped relation matches. In particular, a relation with a tag will never be considered adjacent to a relation without a tag. @@ -7000,7 +7000,7 @@ which can be set using the following function. __isl_take isl_ast_build *control, __isl_take isl_union_map *options); -The options are encoded in an . +The options are encoded in an C. The domain of this union relation refers to the schedule domain, i.e., the range of the schedule passed to C. In the case of nested AST generation (see L), -- 2.11.4.GIT