From 726e42472147b0c008a8c410cee214ee2390d2db Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 17 Jul 2021 14:57:54 +0200 Subject: [PATCH] isl_scheduler.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- isl_scheduler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isl_scheduler.c b/isl_scheduler.c index 01088117..5ab65d22 100644 --- a/isl_scheduler.c +++ b/isl_scheduler.c @@ -1106,7 +1106,7 @@ static isl_stat project_out_fixed(struct isl_sched_node *node, * If any of the sizes turns out to be zero, then this means * that this dimension has a fixed value in terms of * the other dimensions. Perform an (extra) compression - * to remove this dimensions. + * to remove this dimension. */ static isl_stat compute_sizes(struct isl_sched_node *node, __isl_keep isl_set *uncompressed) -- 2.11.4.GIT