From 3a863823df602d3f33287cc96b1bf2f72009d16b Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 15 Apr 2011 15:25:47 +0200 Subject: [PATCH] isl_tab_pip.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_tab_pip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_tab_pip.c b/isl_tab_pip.c index 882a288..110a523 100644 --- a/isl_tab_pip.c +++ b/isl_tab_pip.c @@ -26,7 +26,7 @@ * The strategy used for obtaining a feasible solution is different * from the one used in isl_tab.c. In particular, in isl_tab.c, * upon finding a constraint that is not yet satisfied, we pivot - * in a row that increases the constant term of row holding the + * in a row that increases the constant term of the row holding the * constraint, making sure the sample solution remains feasible * for all the constraints it already satisfied. * Here, we always pivot in the row holding the constraint, -- 2.7.4