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-08-23 14:12:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-08-23 14:12:48 +0300
commit2672ee77a0f9b3334ccd348ff3618b8df98798b6 (patch)
treec858a095a5f88b52d551a4a94b32af05afe2184e /intern/cycles/device/device_opencl.cpp
parent83e16a4a875850cce4aa67675388963267b29e0d (diff)
Cleanup: spelling/style
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 94e53b71479..c3392d27b2c 100644
--- a/intern/cycles/device/device_opencl.cpp
+++ b/intern/cycles/device/device_opencl.cpp
@@ -1606,7 +1606,7 @@ protected:
* mega kernel is not getting feature-based optimizations.
*
* Ideally we need always compile kernel with as less features
- * enabed as possible to keep performance at it's max.
+ * enabled as possible to keep performance at it's max.
*/
return "";
}