[Bf-blender-cvs] [97fadb7b59e] blender2.8: Depsgraph: Cleanup typo

Sergey Sharybin noreply at git.blender.org
Thu Aug 24 16:01:31 CEST 2017


Commit: 97fadb7b59e4afb8f6867af005600546c06422e4
Author: Sergey Sharybin
Date:   Thu Aug 24 15:52:52 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB97fadb7b59e4afb8f6867af005600546c06422e4

Depsgraph: Cleanup typo

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

M	source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc

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

diff --git a/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc b/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc
index 3184c7c9066..7e4653ddda5 100644
--- a/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc
+++ b/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc
@@ -450,7 +450,7 @@ void update_special_pointers(const Depsgraph *depsgraph,
 		}
 		case ID_ME:
 		{
-			/* For meshes we need to update edit_brtmesh to make it to point
+			/* For meshes we need to update edit_btmesh to make it to point
 			 * to the CoW version of object.
 			 *
 			 * This is kind of confusing, because actual bmesh is not owned by



More information about the Bf-blender-cvs mailing list