Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-09-12 12:51:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-12 12:51:16 +0300
commit2aa7edbe6b4428d8f7915a9dc402d1209a4b114b (patch)
tree90d0d1b824388f5a787ac7ee8ae0ca6a1f5fd03d /source/blender/functions
parent15405685d9a0111588a769fdba98e3d34464513f (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/functions')
-rw-r--r--source/blender/functions/FN_field.hh2
1 files changed, 1 insertions, 1 deletions
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.