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/kernel/kernel_types.h
parent6ba128129d871b656623ce231fd7cba7a4d7af1d (diff)
Cleanup: typos
Diffstat (limited to 'intern/cycles/kernel/kernel_types.h')
-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 294a491c532..68cf6674b9d 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -471,7 +471,7 @@ typedef struct Ray {
* reshuffle. And at the same time reshuffle will cause
* less optimal CPU code in certain places.
*
- * We'll get rid of this nasty eception once AMD compiler
+ * We'll get rid of this nasty exception once AMD compiler
* is fixed.
*/
#ifndef __KERNEL_OPENCL_AMD__