From e934ecbe7b5cf0685930bf2827957c563cf78dbc Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 1 Oct 2014 18:19:12 +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 f65d731..a6d0b69 100644 --- a/gpu.c +++ b/gpu.c @@ -3747,7 +3747,7 @@ static const char *get_outer_array_name(__isl_keep isl_map *access) * * L -> A * - * We update the tiling to refer to the AST loop iteratos + * We update the tiling to refer to the AST loop iterators * * [L -> A] -> T * -- 2.11.4.GIT