[Bf-blender-cvs] [8870af6] master: Typo fix in a comment

Sergey Sharybin noreply at git.blender.org
Fri Dec 27 12:09:33 CET 2013


Commit: 8870af6d3712eb5ed0302a5168487676af33f0da
Author: Sergey Sharybin
Date:   Fri Dec 27 17:09:19 2013 +0600
https://developer.blender.org/rB8870af6d3712eb5ed0302a5168487676af33f0da

Typo fix in a comment

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

M	source/blender/blenkernel/intern/scene.c

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

diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c
index 6de7521..3ca702e 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -1184,7 +1184,7 @@ static void scene_do_rb_simulation_recursive(Scene *scene, float ctime)
 
 /* Mballs evaluation uses BKE_scene_base_iter_next which calls
  * duplilist for all objects in the scene. This leads to conflict
- * accessing and writting same data from multipl threads.
+ * accessing and writing same data from multiple threads.
  *
  * Ideally Mballs shouldn't do such an iteration and use DAG
  * queries instead. For the time being we've got new DAG




More information about the Bf-blender-cvs mailing list