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/render_scheduler.h
parentc04d36e9220d21b4e814df35769def0361eda72e (diff)
Cleanup: typos in comments, remove libnumaapi reference
Diffstat (limited to 'intern/cycles/integrator/render_scheduler.h')
-rw-r--r--intern/cycles/integrator/render_scheduler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/integrator/render_scheduler.h b/intern/cycles/integrator/render_scheduler.h
index 28f563c46e3..d08e077257f 100644
--- a/intern/cycles/integrator/render_scheduler.h
+++ b/intern/cycles/integrator/render_scheduler.h
@@ -283,7 +283,7 @@ class RenderScheduler {
/* Check whether timing report about the given work need to reset accumulated average time. */
bool work_report_reset_average(const RenderWork &render_work);
- /* CHeck whether render time limit has been reached (or exceeded), and if so store related
+ /* Check whether render time limit has been reached (or exceeded), and if so store related
* information in the state so that rendering is considered finished, and is possible to report
* average render time information. */
void check_time_limit_reached();