isl_map: fix typos in comments
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 30 Dec 2010 14:08:09 +0000 (15:08 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 30 Dec 2010 14:08:15 +0000 (15:08 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_map.c

index f73b6cd..a17ccfa 100644 (file)
--- a/isl_map.c
+++ b/isl_map.c
@@ -4592,7 +4592,7 @@ struct isl_set *isl_basic_set_partial_lexmax(
                        dom, empty);
 }
 
-/* Given a basic map "bmap", compute the lexicograhically minimal
+/* Given a basic map "bmap", compute the lexicographically minimal
  * (or maximal) image element for each domain element in dom.
  * Set *empty to those elements in dom that do not have an image element.
  *
@@ -4644,7 +4644,7 @@ error:
        return NULL;
 }
 
-/* Given a map "map", compute the lexicograhically minimal
+/* Given a map "map", compute the lexicographically minimal
  * (or maximal) image element for each domain element in dom.
  * Set *empty to those elements in dom that do not have an image element.
  *