From e626a18e204f8a8319e4d3605354f8ee991a5222 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 5 Feb 2010 10:40:19 +0100 Subject: [PATCH] isl_coalesce.c: fix typo in comment --- isl_coalesce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_coalesce.c b/isl_coalesce.c index ad602c2..fc85cc6 100644 --- a/isl_coalesce.c +++ b/isl_coalesce.c @@ -139,7 +139,7 @@ static void drop(struct isl_map *map, int i, struct isl_tab **tabs) map->n--; } -/* Replace the pair of basic maps i and j but the basic map bounded +/* Replace the pair of basic maps i and j by the basic map bounded * by the valid constraints in both basic maps. */ static int fuse(struct isl_map *map, int i, int j, struct isl_tab **tabs, -- 2.7.4