From 5b66910a21334fe58d4ddb7a628289644a573679 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 21 Jul 2013 09:23:33 +0200 Subject: [PATCH] scop.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- scop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scop.c b/scop.c index eb11b45..aae10a7 100644 --- a/scop.c +++ b/scop.c @@ -2156,7 +2156,7 @@ static int args_insert_access(unsigned *n_arg, struct pet_expr ***args, * being equal to "satisfied". * * If "test" is an affine expression, we simply add the conditions - * on the expression have the value "satisfied" to all access relations. + * on the expression having the value "satisfied" to all access relations. * * Otherwise, we add a filter to "expr" (which is then assumed to be * an access expression) corresponding to "test" being equal to "satisfied". -- 2.11.4.GIT