From: Sven Verdoolaege Date: Fri, 15 Apr 2011 13:25:47 +0000 (+0200) Subject: isl_tab_pip.c: fix typo in comment X-Git-Tag: isl-0.07~231 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a863823df602d3f33287cc96b1bf2f72009d16b;p=platform%2Fupstream%2Fisl.git isl_tab_pip.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- 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,