Cleanup: spelling in comments

This commit is contained in:
2022-01-06 13:54:52 +11:00
parent aa363ec2ae
commit 499fec6f79
114 changed files with 233 additions and 224 deletions

View File

@@ -891,7 +891,7 @@ class GeometryNodesEvaluator {
void foreach_non_lazy_input(LockedNode &locked_node, FunctionRef<void(DInputSocket socket)> fn)
{
if (node_supports_laziness(locked_node.node)) {
/* In the future only some of the inputs may support lazyness. */
/* In the future only some of the inputs may support laziness. */
return;
}
/* Nodes that don't support laziness require all inputs. */