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-02-12 15:51:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-02-12 15:51:02 +0300
commit7221fbe9ddd4ae446057866079df750368f14681 (patch)
tree9f942ed7b3739a9db8cf915a3709a26c9f71d218 /intern/cycles/kernel/kernel_compat_cpu.h
parente408e632a110a8cf4537c4fcdb5a47478b6110cd (diff)
cleanup
Diffstat (limited to 'intern/cycles/kernel/kernel_compat_cpu.h')
-rw-r--r--intern/cycles/kernel/kernel_compat_cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/kernel_compat_cpu.h b/intern/cycles/kernel/kernel_compat_cpu.h
index d500cbace97..200667a0911 100644
--- a/intern/cycles/kernel/kernel_compat_cpu.h
+++ b/intern/cycles/kernel/kernel_compat_cpu.h
@@ -19,7 +19,7 @@
#define __KERNEL_CPU__
-/* Release kernel has too much false-positive maybe-uninitialzied warnings,
+/* Release kernel has too much false-positive maybe-uninitialized warnings,
* which makes it possible to miss actual warnings.
*/
#if defined(__GNUC__) && defined(NDEBUG)