From 703a92e2d26aa8fc98de8eb0f74361167a8f0044 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 27 Oct 2017 11:39:16 +0200 Subject: [PATCH] gpu.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- gpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu.c b/gpu.c index 63e5799..6508bdf 100644 --- a/gpu.c +++ b/gpu.c @@ -4507,7 +4507,7 @@ static __isl_give isl_schedule_node *band_set_coincident( /* If "node" is a band, then set its properties. * * In particular, if the band has exactly one member, then mark it permutable. - * Mark the band member coincident based on the coincidence constraints + * Mark the band members coincident based on the coincidence constraints * of "sc". */ static __isl_give isl_schedule_node *set_band_properties( -- 2.11.4.GIT