From 21e5f7e69d4fde1dfc88522135a079896d4701dc Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 26 Nov 2011 10:40:31 +0100 Subject: [PATCH] isl_schedule.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_schedule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_schedule.c b/isl_schedule.c index cc8da966..9f261e0f 100644 --- a/isl_schedule.c +++ b/isl_schedule.c @@ -2426,7 +2426,7 @@ static int compute_component_schedule(isl_ctx *ctx, /* Compute a schedule for the given dependence graph. * We first check if the graph is connected (through validity dependences) - * and if so compute a schedule for each component separately. + * and, if not, compute a schedule for each component separately. */ static int compute_schedule(isl_ctx *ctx, struct isl_sched_graph *graph) { -- 2.11.4.GIT