[Bf-blender-cvs] [83f13f0] soc-2013-depsgraph_mt: Fix typo which was already fixed in trunk actually

Sergey Sharybin noreply at git.blender.org
Thu Dec 12 12:37:49 CET 2013


Commit: 83f13f0ee668f2c19460f8eeba7dfa49d82648fb
Author: Sergey Sharybin
Date:   Thu Dec 12 17:37:31 2013 +0600
http://developer.blender.org/rB83f13f0ee668f2c19460f8eeba7dfa49d82648fb

Fix typo which was already fixed in trunk actually

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

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

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

diff --git a/source/blender/blenlib/intern/task.c b/source/blender/blenlib/intern/task.c
index c64a2fc..4ae60ab 100644
--- a/source/blender/blenlib/intern/task.c
+++ b/source/blender/blenlib/intern/task.c
@@ -289,7 +289,7 @@ TaskPool *BLI_task_pool_create(TaskScheduler *scheduler, void *userdata)
 	pool->userdata = userdata;
 	BLI_mutex_init(&pool->user_mutex);
 
-	/* Ensure malloc will go go fine from threads,
+	/* 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




More information about the Bf-blender-cvs mailing list