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>2019-09-18 18:37:09 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-09-18 18:56:22 +0300
commit3e230cecf0c5059a9c3db16231b4ad7b10300e92 (patch)
treed0a9a8843bf4b148afe72e1e72a582717c4e7607 /source/blender/depsgraph/intern/builder/deg_builder_nodes.h
parent296c03a389076cf491a94f4d01b629ae335d027a (diff)
Depsgraph: Cleanup, spelling in comment
Diffstat (limited to 'source/blender/depsgraph/intern/builder/deg_builder_nodes.h')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_nodes.h2
1 files changed, 1 insertions, 1 deletions
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_;