isl_morph.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 1 Feb 2012 16:11:38 +0000 (17:11 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 1 Feb 2012 21:52:22 +0000 (22:52 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_morph.c

index b4f984a..bd5733d 100644 (file)
@@ -316,7 +316,7 @@ error:
        return NULL;
 }
 
-/* Given a basic set, exploit the equalties in the basic set to construct
+/* Given a basic set, exploit the equalties in the basic set to construct
  * a morphishm that maps the basic set to a lower-dimensional space.
  * Specifically, the morphism reduces the number of dimensions of type "type".
  *