[Bf-blender-cvs] [c253fe5e877] master: Cleanup typo in comment.

Bastien Montagne noreply at git.blender.org
Thu Jan 11 19:42:14 CET 2018


Commit: c253fe5e877c0b6fda0e165fddf0f01739129aea
Author: Bastien Montagne
Date:   Thu Jan 11 17:55:58 2018 +0100
Branches: master
https://developer.blender.org/rBc253fe5e877c0b6fda0e165fddf0f01739129aea

Cleanup typo in comment.

===================================================================

M	source/blender/blenlib/intern/task.c

===================================================================

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();



More information about the Bf-blender-cvs mailing list