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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-11-07 19:22:02 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-11-08 17:00:19 +0300
commit3cf724209f619071555c1acce5958a13a11103e5 (patch)
tree131a03d3b6d6ca1bfb6faf6b6863ab2634c66771 /source/blender/blenlib/intern/task.c
parent70355052e2e9f73c0239442d2d7d228b60970923 (diff)
Cleanup, 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 2bb5d5397a9..75242350c66 100644
--- a/source/blender/blenlib/intern/task.c
+++ b/source/blender/blenlib/intern/task.c
@@ -816,7 +816,7 @@ static void task_pool_push(
return;
}
}
- /* Do push to a global execution ppol, slowest possible method,
+ /* Do push to a global execution pool, slowest possible method,
* causes quite reasonable amount of threading overhead.
*/
task_scheduler_push(pool->scheduler, task, priority);