isl_coalesce.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 5 Feb 2010 09:40:19 +0000 (10:40 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 8 Feb 2010 18:31:42 +0000 (19:31 +0100)
isl_coalesce.c

index ad602c2..fc85cc6 100644 (file)
@@ -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,