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-08-11 15:41:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-11 18:10:43 +0300
commit0d719fcacb3bb17e948afb62130c7162858ed80e (patch)
tree52bf2b51fe8c39587af739b093ad7ef08c22401b /source/blender/blenlib/intern/task.c
parenta5f59bffd62568922c5001ffbae6f2337a6a4419 (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 bea38a232cc..034a6d4017e 100644
--- a/source/blender/blenlib/intern/task.c
+++ b/source/blender/blenlib/intern/task.c
@@ -149,7 +149,7 @@ typedef struct TaskThreadLocalStorage {
* without "interrupting" for task execution.
*
* We try to accumulate as much tasks as possible in a local queue without
- * any locks first, and then we push all of them into a scheduler's queue
+ * any locks first, and then we push all of them into a schedulers queue
* from within a single mutex lock.
*/
bool do_delayed_push;