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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-07-14 08:19:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-14 08:19:52 +0300
commit5338b36fccdafde6cf5cdc35df16770055ad8fef (patch)
tree39dbf1b8206367e7f40ac6126b4aebcdb90d80b7 /intern
parentb818f6b55ff0cd13445917715591d8eb38130c82 (diff)
Cleanup: spelling
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/device/device_cpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/device_cpu.cpp b/intern/cycles/device/device_cpu.cpp
index 76d4d7945f7..ee3a3ddea64 100644
--- a/intern/cycles/device/device_cpu.cpp
+++ b/intern/cycles/device/device_cpu.cpp
@@ -1014,7 +1014,7 @@ class CPUDevice : public Device {
if (passes[i].scale && scale != 1.0f) {
/* Normalize albedo and normal passes as they are scaled by the number of samples.
- * For the color passes OIDN will perform autoexposure making it unnecessary. */
+ * For the color passes OIDN will perform auto-exposure making it unnecessary. */
array<float> &scaled_buffer = passes[i].scaled_buffer;
scaled_buffer.resize(w * h * 3);