isl_tab.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 13 Jul 2009 15:02:37 +0000 (17:02 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 15 Jul 2009 10:08:09 +0000 (12:08 +0200)
isl_tab.c

index 3d894a2..cb520a6 100644 (file)
--- a/isl_tab.c
+++ b/isl_tab.c
@@ -386,7 +386,7 @@ static void mark_empty(struct isl_ctx *ctx, struct isl_tab *tab)
 }
 
 /* Given a row number "row" and a column number "col", pivot the tableau
- * such that the associated variable are interchanged.
+ * such that the associated variables are interchanged.
  * The given row in the tableau expresses
  *
  *     x_r = a_r0 + \sum_i a_ri x_i