From bc52c7c40836c1410e3663978e9c0e4c49f2d569 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 19 Nov 2014 16:54:59 +0100 Subject: [PATCH] gpu.c: fix typos 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 15157b4..1f143cb 100644 --- a/gpu.c +++ b/gpu.c @@ -343,7 +343,7 @@ static struct pet_array *find_array(struct ppcg_scop *scop, * accessed elements. * * In particular, the extent in the outer dimension is taken - * from "accessed", while then extent in the remaing dimensions + * from "accessed", while the extents in the remaining dimensions * are taken from array->extent. * * The extent in the outer dimension cannot be taken from array->extent -- 2.11.4.GIT