Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-12-28 17:01:26 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-12-28 17:01:26 +0300
commit0ae2ade17a2820f5c5a3f5c41933e3c46875efcd (patch)
treefdb95c0e56f36d1531157c09b4dcb32a1e73fdf4 /intern/cycles/device/device_opencl.cpp
parent18ccc6f9604db5183c1eef9d4b898a32f2b6063d (diff)
Cycles; Fix typo in the comment
Diffstat (limited to 'intern/cycles/device/device_opencl.cpp')
-rw-r--r--intern/cycles/device/device_opencl.cpp2
1 files changed, 1 insertions, 1 deletions
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"