From f9912c5de7168174abb93a01d851dce91c1a46d1 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 13 Mar 2016 15:36:20 +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 1861ad08..679ec69f 100644 --- a/isl_map_simplify.c +++ b/isl_map_simplify.c @@ -3123,7 +3123,7 @@ static __isl_give isl_map *replace_by_disjunct(__isl_take isl_map *map, /* Remove the constraints in "context" from "map". * If any of the disjuncts in the result turns out to be the universe, - * the return this universe. + * then return this universe. * "context" is assumed to have explicit representations * for all local variables. */ -- 2.11.4.GIT