From d182d9fd795a7a1f15b142c954aa9e814efb17c6 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 24 Oct 2010 18:25:13 +0200 Subject: [PATCH] source/loop.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- source/loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/loop.c b/source/loop.c index 0cb34cd..926aad5 100644 --- a/source/loop.c +++ b/source/loop.c @@ -2362,7 +2362,7 @@ CloogLoop *cloog_loop_simplify(CloogLoop *loop, CloogDomain *context, int level) cloog_loop_free(loop); /* Examples like test/iftest2.cloog give unions of polyhedra after - * simplifying, thus we we have to disjoint them. Another good reason to + * simplifying, thus we have to make them disjoint. Another good reason to * put the simplifying step in the Quillere backtrack. */ res = cloog_loop_disjoint(res); -- 2.11.4.GIT