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:
authorCampbell Barton <ideasman42@gmail.com>2015-05-17 09:09:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-05-17 09:09:32 +0300
commitdaeb3069cfbc0e5997e6d850adc968d17864baba (patch)
tree849f792486b6fcae6c614b98297987a15eefc361 /intern/cycles/device/device_opencl.cpp
parent6ba128129d871b656623ce231fd7cba7a4d7af1d (diff)
Cleanup: typos
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 f77b567a093..e329ee495c2 100644
--- a/intern/cycles/device/device_opencl.cpp
+++ b/intern/cycles/device/device_opencl.cpp
@@ -3327,7 +3327,7 @@ Device *device_opencl_create(DeviceInfo& info, Stats &stats, bool background)
const bool force_split_kernel =
getenv("CYCLES_OPENCL_SPLIT_KERNEL_TEST") != NULL;
/* TODO(sergey): Replace string lookups with more enum-like API,
- * similar to device/venfdor checks blender's gpu.
+ * similar to device/vendor checks blender's gpu.
*/
if(force_split_kernel ||
(platform_name == "AMD Accelerated Parallel Processing" &&