From 36c6b2e893b89f6b378f60fb975f73d47b248027 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 13 Dec 2021 16:22:20 +1100 Subject: 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. --- source/blender/functions/intern/multi_function_procedure_executor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/functions') 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, -- cgit v1.2.3