doc: fix typo
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 9 Jul 2011 14:07:04 +0000 (16:07 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 9 Jul 2011 14:11:40 +0000 (16:11 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod

index 09d7f8f..914e625 100644 (file)
@@ -2208,7 +2208,7 @@ be created using the following functions.
        __isl_give isl_pw_aff *isl_pw_aff_alloc(
                __isl_take isl_set *set, __isl_take isl_aff *aff);
 
-Quasi affine expressions can be copied and free using
+Quasi affine expressions can be copied and freed using
 
        #include <isl/aff.h>
        __isl_give isl_aff *isl_aff_copy(__isl_keep isl_aff *aff);