From: Sven Verdoolaege Date: Tue, 11 May 2010 11:25:32 +0000 (+0200) Subject: isl_equalities.c: fix typos in comments X-Git-Tag: isl-0.03~180 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5dec18e603fb673f0d8c16f9ce5e6cbe4210a415;p=platform%2Fupstream%2Fisl.git isl_equalities.c: fix typos in comments --- diff --git a/isl_equalities.c b/isl_equalities.c index f1d10d2..534900b 100644 --- a/isl_equalities.c +++ b/isl_equalities.c @@ -372,12 +372,12 @@ error: * * M x - c = 0 * - * this function computes unimodular transformation from a lower-dimensional + * this function computes a unimodular transformation from a lower-dimensional * space to the original space that bijectively maps the integer points x' * in the lower-dimensional space to the integer points x in the original * space that satisfy the equalities. * - * The input is given as a matrix B = [ -c M ] and the out is a + * The input is given as a matrix B = [ -c M ] and the output is a * matrix that maps [1 x'] to [1 x]. * If T2 is not NULL, then *T2 is set to a matrix mapping [1 x] to [1 x']. *