Cleanup: spelling, repeated words

This commit is contained in:
2019-11-25 00:55:11 +11:00
parent f67a685ad9
commit ace5677ef0
30 changed files with 42 additions and 43 deletions

View File

@@ -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. */
{