Cleanup: style/spelling
This commit is contained in:
@@ -646,7 +646,7 @@ static void parallel_range_func(
|
||||
* \param range_threshold Minimum size of processed range to start using tasks
|
||||
* (below this, loop is done in main thread only).
|
||||
* \param use_dynamic_scheduling If \a true, the whole range is divided in a lot of small chunks (of size 32 currently),
|
||||
* otehrwise whole range is split in a few big chunks (num_threads * 2 chunks currently).
|
||||
* otherwise whole range is split in a few big chunks (num_threads * 2 chunks currently).
|
||||
*/
|
||||
void BLI_task_parallel_range_ex(
|
||||
int start, int stop,
|
||||
|
||||
Reference in New Issue
Block a user