isl_tab_pip.c: fix typos in comment
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 8 May 2012 10:52:50 +0000 (12:52 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 11 May 2012 08:50:18 +0000 (10:50 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_tab_pip.c

index 4e613f5..74564db 100644 (file)
@@ -1177,8 +1177,8 @@ static int report_conflicting_constraint(struct isl_tab *tab, int con)
 
 /* Given a conflicting row in the tableau, report all constraints
  * involved in the row to the caller.  That is, the row itself
- * (if represents a constraint) and all constraint columns with
- * non-zero (and therefore negative) coefficient.
+ * (if it represents a constraint) and all constraint columns with
+ * non-zero (and therefore negative) coefficients.
  */
 static int report_conflict(struct isl_tab *tab, int row)
 {