isl_tab_pip.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 20 Oct 2011 18:17:41 +0000 (20:17 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 20 Oct 2011 18:22:15 +0000 (20:22 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_tab_pip.c

index dad7632..9f9bdb1 100644 (file)
@@ -828,7 +828,7 @@ static struct isl_vec *ineq_for_div(struct isl_basic_set *bset, unsigned div)
 }
 
 /* Given a row in the tableau and a div that was created
- * using get_row_split_div and that been constrained to equality, i.e.,
+ * using get_row_split_div and that has been constrained to equality, i.e.,
  *
  *             d = floor(\sum_i {a_i} y_i) = \sum_i {a_i} y_i
  *