isl_schedule.c: fix typo in comment
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 28 Dec 2012 11:02:02 +0000 (12:02 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 14 Feb 2013 20:50:47 +0000 (21:50 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_schedule.c

index 51e9dc0..d0096fe 100644 (file)
@@ -326,7 +326,7 @@ static struct isl_sched_edge *graph_find_edge(struct isl_sched_graph *graph,
        return entry->data;
 }
 
-/* Check whether the dependence graph has an edge of the give type
+/* Check whether the dependence graph has an edge of the given type
  * between the given two nodes.
  */
 static int graph_has_edge(struct isl_sched_graph *graph,