From: Sven Verdoolaege Date: Fri, 2 Sep 2011 10:58:29 +0000 (+0200) Subject: doc: fix typo X-Git-Tag: isl-0.08~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2592dd14f56c2e82e883bc561a4fda140a856af9;p=platform%2Fupstream%2Fisl.git doc: fix typo Signed-off-by: Sven Verdoolaege --- diff --git a/doc/user.pod b/doc/user.pod index 3c4402f..245259d 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -632,7 +632,7 @@ using the following functions. const char *isl_space_get_tuple_name(__isl_keep isl_space *space, enum isl_dim_type type); -The C argument needs to be one of C, C +The C argument needs to be one of C, C or C. As with C, the C function returns a pointer to some internal data structure.