From 5dec18e603fb673f0d8c16f9ce5e6cbe4210a415 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 11 May 2010 13:25:32 +0200 Subject: [PATCH] isl_equalities.c: fix typos in comments --- isl_equalities.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/isl_equalities.c b/isl_equalities.c index f1d10d28..534900b9 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']. * -- 2.11.4.GIT