From 2aa7edbe6b4428d8f7915a9dc402d1209a4b114b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 12 Sep 2021 19:51:16 +1000 Subject: Cleanup: spelling --- source/blender/functions/FN_field.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/functions') diff --git a/source/blender/functions/FN_field.hh b/source/blender/functions/FN_field.hh index 976d260d91b..730a8046646 100644 --- a/source/blender/functions/FN_field.hh +++ b/source/blender/functions/FN_field.hh @@ -37,7 +37,7 @@ * use is to compose multiple existing fields into new fields. * * When fields are evaluated, they are converted into a multi-function procedure which allows - * efficient compution. In the future, we might support different field evaluation mechanisms for + * efficient computation. In the future, we might support different field evaluation mechanisms for * e.g. the following scenarios: * - Latency of a single evaluation is more important than throughput. * - Evaluation should happen on other hardware like GPUs. -- cgit v1.2.3