Cleanup: style/spelling

This commit is contained in:
2015-12-12 15:10:03 +11:00
parent ebf9d315c4
commit dc98a3b0a7
7 changed files with 17 additions and 15 deletions

View File

@@ -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,