From 932b32e863a55470e4ee82bb1bf4f58184432805 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 22 Oct 2008 16:00:41 +0200 Subject: [PATCH] isl_map.c: fix typo in comment --- isl_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_map.c b/isl_map.c index a40d0c5..9dacf27 100644 --- 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. */ -- 2.7.4