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-15 16:38:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-05-15 16:38:53 +0300
commit31e96cbf96a2bd26b77a29bf4cd8475a53521539 (patch)
tree37c02eb07682c7800b1785a809309fa6602e0009 /intern/cycles/kernel
parent2fa4a48bcef05671890fafc3fe50a8fa619f0259 (diff)
Cleanup: style, 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 769ffa87e4e..294a491c532 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -467,7 +467,7 @@ typedef struct differential {
typedef struct Ray {
/* TODO(sergey): This is only needed because current AMD
- * compilet has hard time bulding the kernel with this
+ * compiler has hard time building the kernel with this
* reshuffle. And at the same time reshuffle will cause
* less optimal CPU code in certain places.
*