From 701e8932b5d721e31e719e9868ff578f557fd0a8 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 4 Feb 2012 14:39:18 +0100 Subject: [PATCH] cuda.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- cuda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda.c b/cuda.c index 121b02a..6cf9f33 100644 --- a/cuda.c +++ b/cuda.c @@ -1087,7 +1087,7 @@ static __isl_give isl_union_map *thread_tile_schedule(struct cuda_gen *gen, } /* If the user asked for it, scale the shared memory tile loops - * (T1P and T2) of "sched" by gen->tile_size[i]. + * (T1T and T2) of "sched" by gen->tile_size[i]. * If we are not performing "wrapping", then additionally scale the T1P * loops by gen->grid_dim[i]. */ -- 2.11.4.GIT