isl_equalities.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 12 May 2010 21:08:21 +0000 (23:08 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 13 May 2010 16:53:55 +0000 (18:53 +0200)
isl_equalities.c

index 534900b..0e1faa5 100644 (file)
@@ -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.