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:
authorYimingWu <xp8110@outlook.com>2021-07-27 09:02:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-27 11:06:29 +0300
commitb331acf477125121b109e743c00fd214f7aaf6a1 (patch)
tree531b0bffd1323250912c155ae51e6322f7a840f1 /source/blender/compositor/intern/COM_ExecutionSystem.h
parent675d8a9c4331b512745a69f3ec1eff98400291a7 (diff)
Cleanup: comment spelling & punctuation
Diffstat (limited to 'source/blender/compositor/intern/COM_ExecutionSystem.h')
-rw-r--r--source/blender/compositor/intern/COM_ExecutionSystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/compositor/intern/COM_ExecutionSystem.h b/source/blender/compositor/intern/COM_ExecutionSystem.h
index ad6f9fd4bdb..bce96db52c7 100644
--- a/source/blender/compositor/intern/COM_ExecutionSystem.h
+++ b/source/blender/compositor/intern/COM_ExecutionSystem.h
@@ -208,8 +208,8 @@ class ExecutionSystem {
void execute_work(const rcti &work_rect, std::function<void(const rcti &split_rect)> work_func);
/**
- * Multi-threadedly execute given work function passing work_rect splits as argument. On
- * finished, caller thread will call reduce_func for each thread result.
+ * Multi-threaded execution of given work function passing work_rect splits as argument.
+ * Once finished, caller thread will call reduce_func for each thread result.
*/
template<typename TResult>
void execute_work(const rcti &work_rect,