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:
authorCampbell Barton <ideasman42@gmail.com>2015-12-12 07:10:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-12 07:10:03 +0300
commitdc98a3b0a74b0e91ad424195ce488a9b14f13e73 (patch)
tree346961b83f6151e72e99a9294714c714e75d85e3 /source/blender/blenlib/intern/task.c
parentebf9d315c418c5ef7e0789cd9c13ae17ff4b84cf (diff)
Cleanup: style/spelling
Diffstat (limited to 'source/blender/blenlib/intern/task.c')
-rw-r--r--source/blender/blenlib/intern/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/task.c b/source/blender/blenlib/intern/task.c
index e3d13b4ada4..515da9cd95d 100644
--- a/source/blender/blenlib/intern/task.c
+++ b/source/blender/blenlib/intern/task.c
@@ -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,