From ace5677ef0db996a4236073d1e1d6895fd5cf4bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 25 Nov 2019 00:55:11 +1100 Subject: Cleanup: spelling, repeated words --- intern/cycles/kernel/kernel_queues.h | 2 +- intern/cycles/render/light.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/cycles') diff --git a/intern/cycles/kernel/kernel_queues.h b/intern/cycles/kernel/kernel_queues.h index 91a39fc1465..451d2a0cedf 100644 --- a/intern/cycles/kernel/kernel_queues.h +++ b/intern/cycles/kernel/kernel_queues.h @@ -73,7 +73,7 @@ ccl_device void enqueue_ray_index_local( int queue_number, /* Queue in which to enqueue ray index. */ char enqueue_flag, /* True for threads whose ray index has to be enqueued. */ int queuesize, /* queue size. */ - ccl_local_param unsigned int *local_queue_atomics, /* To to local queue atomics. */ + ccl_local_param unsigned int *local_queue_atomics, /* To do local queue atomics. */ ccl_global int *Queue_data, /* Queues. */ ccl_global int *Queue_index) /* To do global queue atomics. */ { diff --git a/intern/cycles/render/light.h b/intern/cycles/render/light.h index 6dd23374818..4f3048c1f32 100644 --- a/intern/cycles/render/light.h +++ b/intern/cycles/render/light.h @@ -79,7 +79,7 @@ class Light : public Node { void tag_update(Scene *scene); - /* Check whether the light has contribution the the scene. */ + /* Check whether the light has contribution the scene. */ bool has_contribution(Scene *scene); }; -- cgit v1.2.3