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>2014-12-08 11:46:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-12-08 11:46:21 +0300
commit690345a826544aec7a30b1d39966d867d093a8d1 (patch)
treeb49bca28496bc5f4e22618c375444f6b5f4b3092 /intern/cycles/kernel
parent7ba2b37a8a7837695c74d354f44084c2f917adba (diff)
Cleanup: spelling
Diffstat (limited to 'intern/cycles/kernel')
-rw-r--r--intern/cycles/kernel/kernel_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/kernel_types.h b/intern/cycles/kernel/kernel_types.h
index 1595f7a715a..460ca7b68eb 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -541,7 +541,7 @@ typedef enum AttributeStandard {
/* This struct is to be 16 bytes aligned, we also keep some extra precautions:
* - All the float3 members are in the beginning of the struct, so compiler
- * does not put own pddings trying to align this members.
+ * does not put own padding trying to align this members.
* - We make sure OSL pointer is also 16 bytes aligned.
*/
typedef struct ShaderClosure {