From fd5c185bebd5a418634b2a8846f0aeea86327b20 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 25 Jun 2020 23:13:02 +1000 Subject: Cleanup: spelling --- source/blender/functions/intern/multi_function_network_evaluation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/functions/intern') diff --git a/source/blender/functions/intern/multi_function_network_evaluation.cc b/source/blender/functions/intern/multi_function_network_evaluation.cc index 35eda4c157a..327a3a66561 100644 --- a/source/blender/functions/intern/multi_function_network_evaluation.cc +++ b/source/blender/functions/intern/multi_function_network_evaluation.cc @@ -27,7 +27,7 @@ * - It can handle all existing parameter types (including mutable parameters). * - Avoids data copies in many cases. * - Every node is executed at most once. - * - Can compute subfunctions on a single element, when the result is the same for all elements. + * - Can compute sub-functions on a single element, when the result is the same for all elements. * * Possible improvements: * - Cache and reuse buffers. -- cgit v1.2.3