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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-01-11 19:55:58 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-01-11 19:55:58 +0300
commitc253fe5e877c0b6fda0e165fddf0f01739129aea (patch)
tree4b5861b14516e1e56996635bcf332eaeb83be8f4 /source/blender/blenlib/intern/task.c
parent38d480fb54dbac5bb87b002e4ee22c1d3df89f90 (diff)
Cleanup typo in comment.
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 a41e4f01352..05cfe4f3972 100644
--- a/source/blender/blenlib/intern/task.c
+++ b/source/blender/blenlib/intern/task.c
@@ -693,7 +693,7 @@ static TaskPool *task_pool_create_ex(TaskScheduler *scheduler,
/* Ensure malloc will go fine from threads,
*
* This is needed because we could be in main thread here
- * and malloc could be non-threda safe at this point because
+ * and malloc could be non-thread safe at this point because
* no other jobs are running.
*/
BLI_begin_threaded_malloc();