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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-12-15 17:14:00 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-15 19:23:57 +0300
commitc795309c0332605f716ba53074913b62c0e5b7e9 (patch)
tree94f75ba4c481ecb0cafd43f14209e1850d3b43d2 /source/blender/depsgraph/intern/depsgraph_tag.cc
parent6609be05201f8528602d5f2ef53f59a1ae292414 (diff)
Depsgraph Cleanup, spelling
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_tag.cc')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_tag.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
index f2071356150..ccec81e0c33 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -133,7 +133,7 @@ void lib_id_recalc_tag_flag(Main *bmain, ID *id, int flag)
/* Special tagging */
void id_tag_update_special_zero_flag(Depsgraph *graph, IDDepsNode *id_node)
{
- /* NOTE: Full ID node update for now, need to minimize that i9n the future. */
+ /* NOTE: Full ID node update for now, need to minimize that in the future. */
id_node->tag_update(graph);
}