From: Sven Verdoolaege Date: Wed, 22 Oct 2008 14:00:41 +0000 (+0200) Subject: isl_map.c: fix typo in comment X-Git-Tag: isl-0.01~356 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=932b32e863a55470e4ee82bb1bf4f58184432805;p=platform%2Fupstream%2Fisl.git isl_map.c: fix typo in comment --- 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. */