From 3208ff038738eaaf0237156ca00f34d609dcdcf6 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 11 Jul 2014 14:48:57 +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 31f3f3a..145d1f2 100644 --- a/scop.c +++ b/scop.c @@ -2030,7 +2030,7 @@ __isl_give pet_expr *pet_scop_get_skip_expr(struct pet_scop *scop, return pet_expr_from_index(pet_scop_get_skip(scop, type)); } -/* Drop the the skip condition scop->skip[type]. +/* Drop the skip condition scop->skip[type]. */ void pet_scop_reset_skip(struct pet_scop *scop, enum pet_skip type) { -- 2.11.4.GIT