From: Sven Verdoolaege Date: Fri, 6 Aug 2010 13:24:32 +0000 (+0200) Subject: isl_coalesce.c: fix typo in comment X-Git-Tag: isl-0.04~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8da66909e998750e9f1af3d9538bed13d4758a26;p=platform%2Fupstream%2Fisl.git isl_coalesce.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- diff --git a/isl_coalesce.c b/isl_coalesce.c index 9f31441..df776ab 100644 --- a/isl_coalesce.c +++ b/isl_coalesce.c @@ -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.