Cleanup: Typo in comment.

This commit is contained in:
Bastien Montagne 2021-03-30 12:14:59 +02:00
parent 74d5a93b2b
commit 05fa5ca337
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ void AbstractBuilderPipeline::build_step_finalize()
if (G.debug_value == 799) {
deg_graph_transitive_reduction(deg_graph_);
}
/* Store pointers to commonly used valuated datablocks. */
/* Store pointers to commonly used evaluated datablocks. */
deg_graph_->scene_cow = (Scene *)deg_graph_->get_cow_id(&deg_graph_->scene->id);
/* Flush visibility layer and re-schedule nodes for update. */
deg_graph_build_finalize(bmain_, deg_graph_);