doc: improve decription of isl_map_transitive_closure
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 8 Feb 2010 15:05:56 +0000 (16:05 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 8 Feb 2010 18:42:01 +0000 (19:42 +0100)
doc/user.pod

index e976d9d..8bc8480 100644 (file)
@@ -785,7 +785,7 @@ cases of piecewise translations (i.e., piecewise uniform dependences).
                __isl_take isl_map *map, int *exact);
 
 Compute the transitive closure of C<map>.
-The result may be an overapproximation.  If the result is exact,
+The result may be an overapproximation.  If the result is known to be exact,
 then C<*exact> is set to C<1>.
 The current implementation only produces exact results for particular
 cases of piecewise translations (i.e., piecewise uniform dependences).