Depsgraph: Cleanup, spelling in comment

This commit is contained in:
Sergey Sharybin 2018-09-24 15:39:42 +02:00
parent a7c96a7aa6
commit 8008cdac2e
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ void deg_graph_on_visible_update(Main *bmain, Depsgraph *graph)
{
foreach (DEG::IDDepsNode *id_node, graph->id_nodes) {
if (!id_node->visible_components_mask) {
/* ID cas no components which affects anything visible. no meed
/* ID has no components which affects anything visible. no meed
* bother with it to tag or anything.
*/
continue;