Commit: 05fa5ca337eb786707b71a54e42db262e8640646
Author: Bastien Montagne
Date:   Tue Mar 30 12:14:59 2021 +0200
Branches: master
https://developer.blender.org/rB05fa5ca337eb786707b71a54e42db262e8640646

Cleanup: Typo in comment.

===================================================================

M       source/blender/depsgraph/intern/builder/pipeline.cc

===================================================================

diff --git a/source/blender/depsgraph/intern/builder/pipeline.cc 
b/source/blender/depsgraph/intern/builder/pipeline.cc
index f7feeea9593..b96236ba2e3 100644
--- a/source/blender/depsgraph/intern/builder/pipeline.cc
+++ b/source/blender/depsgraph/intern/builder/pipeline.cc
@@ -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_);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to