isl_aff.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 11 Sep 2012 10:25:35 +0000 (12:25 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 13 Sep 2012 08:25:42 +0000 (10:25 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_aff.c

index dc519cb..329b33e 100644 (file)
--- a/isl_aff.c
+++ b/isl_aff.c
@@ -3075,7 +3075,7 @@ static __isl_give isl_pw_multi_aff *plain_pw_multi_aff_from_map(
 }
 
 /* Try and create an isl_pw_multi_aff that is equivalent to the given isl_map.
- * This obivously only works if the input "map" is single-valued.
+ * This obviously only works if the input "map" is single-valued.
  * If so, we compute the lexicographic minimum of the image in the form
  * of an isl_pw_multi_aff.  Since the image is unique, it is equal
  * to its lexicographic minimum.