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>2019-11-20 10:10:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-20 10:12:50 +0300
commit2defd81b5e2ceca47d7b62ef5062c05ea9206e59 (patch)
tree0044115420f349c180edca16cebdb5e12ea83220 /source/blender/blenlib/intern/task.c
parent43eb34ec81fdf0479703a1c817b64a70dc93bbea (diff)
Cleanup: comments
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 bb69dc6452f..0613b558aec 100644
--- a/source/blender/blenlib/intern/task.c
+++ b/source/blender/blenlib/intern/task.c
@@ -1467,7 +1467,7 @@ static void task_parallel_iterator_do(const TaskParallelSettings *settings,
* \param init_item: The initial item, if necessary (may be NULL if unused).
* \param init_index: The initial index.
* \param tot_items: The total amount of items to iterate over
- * (if unkown, set it to a negative number).
+ * (if unknown, set it to a negative number).
* \param func: Callback function.
* \param settings: See public API doc of TaskParallelSettings for description of all settings.
*