summaryrefslogtreecommitdiff
path: root/isl_coalesce.c
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2010-02-05 10:40:19 +0100
committerSven Verdoolaege <skimo@kotnet.org>2010-02-08 19:31:42 +0100
commite626a18e204f8a8319e4d3605354f8ee991a5222 (patch)
treec3d3a42ce1b205223c79ef1baa5a93ba02b520c1 /isl_coalesce.c
parent87d1666ab3c445f86b6e6f83af86465ab8caa9da (diff)
downloadisl-e626a18e204f8a8319e4d3605354f8ee991a5222.tar.gz
isl-e626a18e204f8a8319e4d3605354f8ee991a5222.tar.bz2
isl-e626a18e204f8a8319e4d3605354f8ee991a5222.zip
isl_coalesce.c: fix typo in comment
Diffstat (limited to 'isl_coalesce.c')
-rw-r--r--isl_coalesce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isl_coalesce.c b/isl_coalesce.c
index ad602c21..fc85cc6d 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,