From 15171e1f108a0135be105fb470e39688cfe20839 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 20 Nov 2012 17:53:57 +0100 Subject: [PATCH] isl_map_simplify.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_map_simplify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_map_simplify.c b/isl_map_simplify.c index 29c6f28c..ea3a3667 100644 --- a/isl_map_simplify.c +++ b/isl_map_simplify.c @@ -1710,7 +1710,7 @@ error: /* Remove all information from bset that is redundant in the context * of context. Both bset and context are assumed to be full-dimensional. * - * We first * remove the inequalities from "bset" + * We first remove the inequalities from "bset" * that are obviously redundant with respect to some inequality in "context". * * If there are any inequalities left, we construct a tableau for -- 2.11.4.GIT