From 7221fbe9ddd4ae446057866079df750368f14681 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 12 Feb 2015 23:51:02 +1100 Subject: cleanup --- intern/cycles/kernel/kernel_compat_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/kernel/kernel_compat_cpu.h') 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) -- cgit v1.2.3