From 8d5d47353ce755bb5849f6bb87e0ebe7a6f7c671 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 30 Oct 2017 16:58:46 +0100 Subject: [PATCH] isl_morph.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_morph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_morph.c b/isl_morph.c index 9b615f12..563f579a 100644 --- a/isl_morph.c +++ b/isl_morph.c @@ -543,7 +543,7 @@ __isl_give isl_morph *isl_basic_set_parameter_compression( /* Add stride constraints to "bset" based on the inverse mapping * that was plugged in. In particular, if morph maps x' to x, - * the the constraints of the original input + * the constraints of the original input * * A x' + b >= 0 * -- 2.11.4.GIT