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/integrator/work_tile_scheduler.h')
-rw-r--r--intern/cycles/integrator/work_tile_scheduler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/integrator/work_tile_scheduler.h b/intern/cycles/integrator/work_tile_scheduler.h
index e4c8f701259..85f11b601c7 100644
--- a/intern/cycles/integrator/work_tile_scheduler.h
+++ b/intern/cycles/integrator/work_tile_scheduler.h
@@ -64,7 +64,7 @@ class WorkTileScheduler {
/* dimensions of the currently rendering image in pixels. */
int2 image_size_px_ = make_int2(0, 0);
- /* Offset and stride of the buffer within which scheduing is happenning.
+ /* Offset and stride of the buffer within which scheduling is happening.
* Will be passed over to the KernelWorkTile. */
int offset_, stride_;
@@ -87,7 +87,7 @@ class WorkTileScheduler {
* in the `get_work()`? */
int total_tiles_num_ = 0;
- /* In the case when the number of sam[les in the `tile_size_` is lower than samples_num_ denotes
+ /* In the case when the number of samples in the `tile_size_` is lower than samples_num_ denotes
* how many tiles are to be "stacked" to cover the entire requested range of samples. */
int num_tiles_per_sample_range_ = 0;