From 32c8a28720cba0202fcc1ce679e6b54401d8d6b4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 11 Aug 2022 09:44:33 +1000 Subject: Cleanup: spelling in comments --- source/blender/depsgraph/intern/node/deg_node_operation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/depsgraph') diff --git a/source/blender/depsgraph/intern/node/deg_node_operation.cc b/source/blender/depsgraph/intern/node/deg_node_operation.cc index 65adfded6b3..016af735fcf 100644 --- a/source/blender/depsgraph/intern/node/deg_node_operation.cc +++ b/source/blender/depsgraph/intern/node/deg_node_operation.cc @@ -227,7 +227,7 @@ void OperationNode::tag_update(Depsgraph *graph, eUpdateSource source) * the evaluated clues that evaluation needs to happen again. */ graph->add_entry_tag(this); - /* Enforce dynamic visibility codepath update. + /* Enforce dynamic visibility code-path update. * This ensures visibility flags are consistently propagated throughout the dependency graph when * there is no animated visibility in the graph. * -- cgit v1.2.3