From 2fc55edc390eb50274688ea764d6e20f0640e2e2 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 27 Mar 2013 09:03:24 +0100 Subject: [PATCH] isl_coalesce.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_coalesce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_coalesce.c b/isl_coalesce.c index c2c3bb44..bdd2cecf 100644 --- a/isl_coalesce.c +++ b/isl_coalesce.c @@ -383,7 +383,7 @@ static int contains(struct isl_map *map, int i, int *ineq_i, * map with exactly the other basic map (we already know that this * other basic map is included in the extension, because there * were no "cut" inequalities in "i") and we can replace the - * two basic maps by thie extension. + * two basic maps by this extension. * ____ _____ * / || / | * / || / | -- 2.11.4.GIT