From: Sven Verdoolaege Date: Wed, 12 May 2010 21:08:21 +0000 (+0200) Subject: isl_equalities.c: fix typo in comment X-Git-Tag: isl-0.03~172 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f20dd25bb03de52d91da89ca03549f64f317e8e;p=platform%2Fupstream%2Fisl.git isl_equalities.c: fix typo in comment --- diff --git a/isl_equalities.c b/isl_equalities.c index 534900b..0e1faa5 100644 --- a/isl_equalities.c +++ b/isl_equalities.c @@ -249,7 +249,7 @@ error: * then we divide this row of A by the common factor, unless gcd(A_i) = 0. * In the later case, we simply drop the row (in both A and d). * - * If there are no rows left in A, the G is the identity matrix. Otherwise, + * If there are no rows left in A, then G is the identity matrix. Otherwise, * for each row i, we now determine the lattice of integer vectors * that satisfies this row. Let U_i be the unimodular extension of the * row A_i. This unimodular extension exists because gcd(A_i) = 1.