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:
Diffstat (limited to 'intern/cycles/kernel')
-rw-r--r--intern/cycles/kernel/light/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/light/common.h b/intern/cycles/kernel/light/common.h
index 75331d32d44..07f59ae48c2 100644
--- a/intern/cycles/kernel/light/common.h
+++ b/intern/cycles/kernel/light/common.h
@@ -29,7 +29,7 @@ CCL_NAMESPACE_BEGIN
*
* https://www.solidangle.com/research/egsr2013_spherical_rectangle.pdf
*
- * Note: light_p is modified when sample_coord is true.
+ * NOTE: light_p is modified when sample_coord is true.
*/
ccl_device_inline float rect_light_sample(float3 P,
ccl_private float3 *light_p,