From 3c0606d363efd52c03a7a33f049c76e29133383d Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 17 Feb 2018 19:59:45 +0100 Subject: [PATCH] hybrid.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- hybrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hybrid.c b/hybrid.c index b0a047c..5bfa0a2 100644 --- a/hybrid.c +++ b/hybrid.c @@ -1736,7 +1736,7 @@ static __isl_give isl_map *construct_tile_map(__isl_keep ppcg_ht_phase *phase) * in the original schedule tree where the tiling was applied. * * First construct a mapping from the input schedule dimensions - * up to an including the original pair of bands to which hybrid tiling + * up to and including the original pair of bands to which hybrid tiling * was applied to schedule dimensions in which this original pair * has been replaced by the tiles. * This mapping is of the form -- 2.11.4.GIT