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>2020-06-30 13:54:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-30 13:54:31 +0300
commitb838a518031b9fa83826933ce8e7f0a31d8d9b9d (patch)
tree53565d494136eef7d1be7b6f26520a2fbbd65ab3 /intern/cycles
parent84f8b47c4c44160de5f59cea9da82d70755209e5 (diff)
Cleanup: spelling
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/util/util_math_fast.h2
1 files changed, 1 insertions, 1 deletions
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)