Depsgraph: Cleanup, spelling in comment

This commit is contained in:
Sergey Sharybin
2019-09-18 17:37:09 +02:00
parent 296c03a389
commit 3e230cecf0

View File

@@ -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_;