From 31bbc87412b10f4038741e125fe967acaa6fa125 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 16 Apr 2013 13:42:09 +0200 Subject: [PATCH] isl_map.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_map.c b/isl_map.c index 76d60f82..415d5e79 100644 --- a/isl_map.c +++ b/isl_map.c @@ -11402,7 +11402,7 @@ error: * * x_i = (f_i y + h_i)/m_i * - * the additional constraints are added to ensure that we only + * then additional constraints are added to ensure that we only * map back integer points. That is we enforce * * f_i y + h_i = m_i alpha_i -- 2.11.4.GIT