From 4fab3e21ee5fa09d7d451cc0ddf3d6666dd971da Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 10 Jun 2013 11:50:30 +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 4cfc0fe..c891286 100644 --- a/gpu.h +++ b/gpu.h @@ -161,7 +161,7 @@ struct ppcg_kernel_var { * * the first n_block elements of block_dim represent the size of the block. * - * grid_size reflects the effect grid size. + * grid_size reflects the effective grid size. * * context is a parametric set containing the values of the parameters * for which this kernel may be run. -- 2.11.4.GIT