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-01-10 05:47:12 +0300
committerCampbell Barton <campbell@blender.org>2022-01-10 05:47:12 +0300
commit74c896c0819bd95004b0b11925d51586570f980f (patch)
tree33a86b782f1a01eae342ac0145753912c0bcf114 /intern/cycles/integrator/path_trace_display.h
parentc04d36e9220d21b4e814df35769def0361eda72e (diff)
Cleanup: typos in comments, remove libnumaapi reference
Diffstat (limited to 'intern/cycles/integrator/path_trace_display.h')
-rw-r--r--intern/cycles/integrator/path_trace_display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/integrator/path_trace_display.h b/intern/cycles/integrator/path_trace_display.h
index b9aff5f6000..906d7d54029 100644
--- a/intern/cycles/integrator/path_trace_display.h
+++ b/intern/cycles/integrator/path_trace_display.h
@@ -46,7 +46,7 @@ class PathTraceDisplay {
*
* This call will configure parameters for a changed buffer and reset the texture state.
*
- * When the `reset_rendering` a complete displat reset happens. When it is false reset happens
+ * When the `reset_rendering` a complete display reset happens. When it is false reset happens
* for a new state of the buffer parameters which is assumed to correspond to the next tile. */
void reset(const BufferParams &buffer_params, bool reset_rendering);