isl_schedule.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 26 Nov 2011 09:40:31 +0000 (10:40 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 26 Nov 2011 09:41:00 +0000 (10:41 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_schedule.c

index cc8da96..9f261e0 100644 (file)
@@ -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)
 {