From: Sven Verdoolaege Date: Mon, 14 Jun 2010 12:33:51 +0000 (+0200) Subject: doc: fix typo X-Git-Tag: isl-0.03~108 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3c79f72631f09e169edc9e11c27fbb2214df68a;p=platform%2Fupstream%2Fisl.git doc: fix typo --- diff --git a/doc/user.pod b/doc/user.pod index 963a6ee..ff7840b 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -1266,7 +1266,7 @@ maps C to C<1 + n - x> for values of C between C<0> and C. Piecewise quasipolynomials are mainly used by the C library for representing the number of elements in a parametric set or map. For example, the piecewise quasipolynomial above represents -the number of point in the map +the number of points in the map [n] -> { [x] -> [y] : x,y >= 0 and 0 <= x + y <= n }