From 61c6bac979f1b3278c8a5d1397cc07f9d0689df5 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sat, 10 Nov 2012 02:00:36 -0500 Subject: [PATCH] Minor comment fix in scan. --- pyopencl/scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyopencl/scan.py b/pyopencl/scan.py index 3a82172a..d441dd49 100644 --- a/pyopencl/scan.py +++ b/pyopencl/scan.py @@ -157,7 +157,7 @@ void ${name_prefix}_scan_intervals( index_type first_segment_start_in_k_group, first_segment_start_in_subtree; %endif - // {{{ set up local data for input_fetch_exprs if any of them are stenciled + // {{{ declare local data for input_fetch_exprs if any of them are stenciled <% fetch_expr_offsets = {} -- GitLab