[Bf-blender-cvs] [3e230cecf0c] master: Depsgraph: Cleanup, spelling in comment

Sergey Sharybin noreply at git.blender.org
Wed Sep 18 17:56:32 CEST 2019


Commit: 3e230cecf0c5059a9c3db16231b4ad7b10300e92
Author: Sergey Sharybin
Date:   Wed Sep 18 17:37:09 2019 +0200
Branches: master
https://developer.blender.org/rB3e230cecf0c5059a9c3db16231b4ad7b10300e92

Depsgraph: Cleanup, spelling in comment

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

M	source/blender/depsgraph/intern/builder/deg_builder_nodes.h

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

diff --git a/source/blender/depsgraph/intern/builder/deg_builder_nodes.h b/source/blender/depsgraph/intern/builder/deg_builder_nodes.h
index 65f3521b556..be92653888a 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_nodes.h
+++ b/source/blender/depsgraph/intern/builder/deg_builder_nodes.h
@@ -259,7 +259,7 @@ class DepsgraphNodeBuilder : public DepsgraphBuilder {
   /* NOTE: Collection are possibly built recursively, so be careful when
    * setting the current state. */
   Collection *collection_;
-  /* Accumulated flag over the hierarchy opf currently building collections.
+  /* Accumulated flag over the hierarchy of currently building collections.
    * Denotes whether all the hierarchy from parent of collection_ to the
    * very root is visible (aka not restricted.). */
   bool is_parent_collection_visible_;



More information about the Bf-blender-cvs mailing list