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 <campbell@blender.org>2022-07-21 06:21:53 +0300
committerCampbell Barton <campbell@blender.org>2022-07-21 06:21:53 +0300
commit46a2592eef90782bea6124767c072f275330bd00 (patch)
tree4c92bcf6338b21e5e058989b536a5e28dda0aea3 /intern/cycles/kernel/data_template.h
parente75adb979b0acefbf5f01b83f4139d6a43163b92 (diff)
Cleanup: spelling in comments, typos in tool-tips
Diffstat (limited to 'intern/cycles/kernel/data_template.h')
-rw-r--r--intern/cycles/kernel/data_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/data_template.h b/intern/cycles/kernel/data_template.h
index b06ac62a5d8..807d0650fc3 100644
--- a/intern/cycles/kernel/data_template.h
+++ b/intern/cycles/kernel/data_template.h
@@ -70,7 +70,7 @@ KERNEL_STRUCT_MEMBER(film, float4, rec709_to_r)
KERNEL_STRUCT_MEMBER(film, float4, rec709_to_g)
KERNEL_STRUCT_MEMBER(film, float4, rec709_to_b)
KERNEL_STRUCT_MEMBER(film, int, is_rec709)
-/* Exposuse. */
+/* Exposure. */
KERNEL_STRUCT_MEMBER(film, float, exposure)
/* Passed used. */
KERNEL_STRUCT_MEMBER(film, int, pass_flag)