From 089c7a01fd47ec77fa7896d6fbae81db88beabc2 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 18 Aug 2013 20:56:20 +0200 Subject: [PATCH] gpu.h: fix typo in comment Signed-off-by: Sven Verdoolaege --- gpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu.h b/gpu.h index ec29cf2..0af5c7b 100644 --- a/gpu.h +++ b/gpu.h @@ -157,7 +157,7 @@ struct ppcg_kernel_var { * n_array is the total number of arrays in the input program and also * the number of element in the array array. * array contains information about each array that is local - * to the current kernel. If an array is not ussed in a kernel, + * to the current kernel. If an array is not used in a kernel, * then the corresponding entry does not contain any information. */ struct ppcg_kernel { -- 2.11.4.GIT