[Bf-blender-cvs] [0ae2ade] master: Cycles; Fix typo in the comment

Sergey Sharybin noreply at git.blender.org
Mon Dec 28 15:01:40 CET 2015


Commit: 0ae2ade17a2820f5c5a3f5c41933e3c46875efcd
Author: Sergey Sharybin
Date:   Mon Dec 28 19:01:26 2015 +0500
Branches: master
https://developer.blender.org/rB0ae2ade17a2820f5c5a3f5c41933e3c46875efcd

Cycles; Fix typo in the comment

===================================================================

M	intern/cycles/device/device_opencl.cpp

===================================================================

diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp
index 5bef6a3..e0c6024 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"




More information about the Bf-blender-cvs mailing list