[Bf-blender-cvs] [144b10b] cycles_kernel_split: Fix type

Martijn Berger noreply at git.blender.org
Sat May 9 14:27:09 CEST 2015


Commit: 144b10bc6cf56c93394df307e3788327def95048
Author: Martijn Berger
Date:   Sat May 9 14:26:41 2015 +0200
Branches: cycles_kernel_split
https://developer.blender.org/rB144b10bc6cf56c93394df307e3788327def95048

Fix type

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

M	intern/cycles/kernel/svm/svm_wireframe.h

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

diff --git a/intern/cycles/kernel/svm/svm_wireframe.h b/intern/cycles/kernel/svm/svm_wireframe.h
index 178951e..30ccd52 100644
--- a/intern/cycles/kernel/svm/svm_wireframe.h
+++ b/intern/cycles/kernel/svm/svm_wireframe.h
@@ -108,7 +108,7 @@ ccl_device void svm_node_wireframe(KernelGlobals *kg,
 	/* Calculate wireframe */
 #ifdef __SPLIT_KERNEL__
 	/* TODO(sergey): This is because sd is actually a global space,
-	 * which makes it difficult to re-use same weireframe() function.
+	 * which makes it difficult to re-use same wireframe() function.
 	 *
 	 * With OpenCL 2.0 it's possible to avoid this change, but for until
 	 * then we'll be living with such an exception.




More information about the Bf-blender-cvs mailing list