From 0ae2ade17a2820f5c5a3f5c41933e3c46875efcd Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 28 Dec 2015 19:01:26 +0500 Subject: Cycles; Fix typo in the comment --- intern/cycles/device/device_opencl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/device/device_opencl.cpp') diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp index 5bef6a39728..e0c602461ed 100644 --- a/intern/cycles/device/device_opencl.cpp +++ b/intern/cycles/device/device_opencl.cpp @@ -2779,7 +2779,7 @@ public: PathState_coop, ray_state); -/* TODO(segrey): Avoid map lookup here. */ +/* TODO(sergey): Avoid map lookup here. */ #define KERNEL_TEX(type, ttype, name) \ set_kernel_arg_mem(ckPathTraceKernel_data_init, &start_arg_index, #name); #include "kernel_textures.h" -- cgit v1.2.3