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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2022-02-26 04:15:22 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2022-02-26 04:15:22 +0300
commitd6b3723b088d2ae2652f2c821b4fdeafe5be7827 (patch)
tree64cb766b9d1d901bf2ce5c733785a78b235aa7b3 /intern
parentac3f4db719451acc9ee846b37c77912e2735e4be (diff)
Cleanup: typos in comments.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/kernel/svm/light_path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/kernel/svm/light_path.h b/intern/cycles/kernel/svm/light_path.h
index dce0f83da68..7c2189d3608 100644
--- a/intern/cycles/kernel/svm/light_path.h
+++ b/intern/cycles/kernel/svm/light_path.h
@@ -58,8 +58,8 @@ ccl_device_noinline void svm_node_light_path(KernelGlobals kg,
info = (float)integrator_state_bounce(state, path_flag);
}
- /* For background, light emission and shadow evaluation we from a
- * surface or volume we are effective one bounce further. */
+ /* For background, light emission and shadow evaluation from a
+ * surface or volume we are effectively one bounce further. */
if (path_flag & (PATH_RAY_SHADOW | PATH_RAY_EMISSION)) {
info += 1.0f;
}