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-12-13 08:22:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-13 08:22:20 +0300
commit36c6b2e893b89f6b378f60fb975f73d47b248027 (patch)
treeaad54a27e5150753bbcaba72d6ed388e9d72cf4b /source/blender/functions
parent8ad2642c4717dcfad31626f7eebac325a9827b73 (diff)
Cleanup: spelling in comments
Also move notes about where noise functions come from into the function body as it's not relavant to the public doc-string.
Diffstat (limited to 'source/blender/functions')
-rw-r--r--source/blender/functions/intern/multi_function_procedure_executor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/functions/intern/multi_function_procedure_executor.cc b/source/blender/functions/intern/multi_function_procedure_executor.cc
index c6f4212caa6..47643ed22ee 100644
--- a/source/blender/functions/intern/multi_function_procedure_executor.cc
+++ b/source/blender/functions/intern/multi_function_procedure_executor.cc
@@ -682,8 +682,8 @@ class VariableState : NonCopyable, NonMovable {
/**
* Destruct the masked elements in this variable.
- * \return True when all elements of this variable are unitialized and the variable state can be
- * released.
+ * \return True when all elements of this variable are initialized and the variable state can be
+ * released.
*/
bool destruct(IndexMask mask,
IndexMask full_mask,