isl_map.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 22 Oct 2008 14:00:41 +0000 (16:00 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 8 Nov 2008 11:15:59 +0000 (12:15 +0100)
isl_map.c

index a40d0c5..9dacf27 100644 (file)
--- a/isl_map.c
+++ b/isl_map.c
@@ -4351,7 +4351,7 @@ error:
 
 /* Remove all information from bset that is redundant in the context
  * of context.  In particular, equalities that are linear combinations
- * of those in context are remobed.  Then the inequalities that are
+ * of those in context are removed.  Then the inequalities that are
  * redundant in the context of the equalities and inequalities of
  * context are removed.
  */