From a8d7c0541ceaf2ffc1fcb983f95c7523dffc9efc Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 8 Nov 2009 18:58:41 +0000 Subject: [PATCH] cloog_equal_type: fix typo in comment Signed-off-by: Sven Verdoolaege --- source/isl/constraints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/isl/constraints.c b/source/isl/constraints.c index 90193a0..9b7cc4b 100644 --- a/source/isl/constraints.c +++ b/source/isl/constraints.c @@ -267,7 +267,7 @@ int cloog_equal_type(CloogEqualities *equal, int level) * - line is the line number in matrix of the constraint we want to study, * - the infos structure gives the user all options on code printing and more. ** - * line is set to and invalid constraint for equalities that CLooG itself has + * line is set to an invalid constraint for equalities that CLooG itself has * discovered because the lower and upper bound of a loop happened to be equal. * This situation shouldn't happen in the isl port since isl should * have found the equality itself. -- 2.11.4.GIT