From e51e5791180e0c2680770794c0e928db131e636f Mon Sep 17 00:00:00 2001 From: Sebastian Pop Date: Tue, 2 Aug 2011 20:13:33 -0500 Subject: [PATCH] doc: fix typos Signed-off-by: Sebastian Pop Signed-off-by: Sven Verdoolaege --- doc/user.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user.pod b/doc/user.pod index 2a3dbf7..caab269 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -387,7 +387,7 @@ object rather than the object itself. The user is then responsible for making sure that the original object gets used somewhere else or is explicitly freed. -The arguments and return values of all documents functions are +The arguments and return values of all documented functions are annotated to make clear which arguments are released and which arguments are preserved. In particular, the following annotations are used @@ -415,7 +415,7 @@ returning an C<__isl_give> pointer. If the user passes in a C value, then this will be treated as an error in the sense that the function will not perform its usual operation. However, it will still -make sure that all the the other C<__isl_take> arguments +make sure that all the other C<__isl_take> arguments are released. =item C<__isl_keep> -- 2.7.4