isl_coalesce.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 6 Aug 2010 13:24:32 +0000 (15:24 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 6 Aug 2010 13:41:17 +0000 (15:41 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_coalesce.c

index 9f31441..df776ab 100644 (file)
@@ -646,7 +646,7 @@ static void set_is_redundant(struct isl_tab *tab, unsigned n_eq,
        }
 }
 
-/* Given a pair of basic maps i and j such that j stick out
+/* Given a pair of basic maps i and j such that j sticks out
  * of i at n cut constraints, each time by at most one,
  * try to compute wrapping constraints and replace the two
  * basic maps by a single basic map.