[Bf-blender-cvs] [f8ddf16e5a5] master: Cleanup: Typo in comment

Sergey Sharybin noreply at git.blender.org
Wed Dec 7 14:45:48 CET 2022


Commit: f8ddf16e5a50b344453bda85789457add01326ca
Author: Sergey Sharybin
Date:   Wed Dec 7 14:44:45 2022 +0100
Branches: master
https://developer.blender.org/rBf8ddf16e5a50b344453bda85789457add01326ca

Cleanup: Typo in comment

===================================================================

M	intern/cycles/kernel/light/sample.h

===================================================================

diff --git a/intern/cycles/kernel/light/sample.h b/intern/cycles/kernel/light/sample.h
index 6f7ae1d6351..b71d6b8b63c 100644
--- a/intern/cycles/kernel/light/sample.h
+++ b/intern/cycles/kernel/light/sample.h
@@ -522,7 +522,7 @@ ccl_device_inline bool light_sample_new_position(KernelGlobals kg,
     else
 #endif
     {
-      /* Handled in triangle_light_sample for effeciency. */
+      /* Handled in triangle_light_sample for efficiency. */
     }
     return true;
   }



More information about the Bf-blender-cvs mailing list