From b838a518031b9fa83826933ce8e7f0a31d8d9b9d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Jun 2020 20:54:31 +1000 Subject: Cleanup: spelling --- intern/cycles/util/util_math_fast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles') diff --git a/intern/cycles/util/util_math_fast.h b/intern/cycles/util/util_math_fast.h index e505c60781e..e979bd9e0c0 100644 --- a/intern/cycles/util/util_math_fast.h +++ b/intern/cycles/util/util_math_fast.h @@ -446,7 +446,7 @@ ccl_device_inline float fast_expf(float x) } #ifndef __KERNEL_GPU__ -/* MSVC seems to have a codegen bug here in atleast SSE41/AVX +/* MSVC seems to have a code-gen bug here in at least SSE41/AVX * see T78047 for details. */ # ifdef _MSC_VER # pragma optimize("", off) -- cgit v1.2.3