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 <campbell@blender.org>2022-04-28 07:03:49 +0300
committerCampbell Barton <campbell@blender.org>2022-04-28 07:03:49 +0300
commit198a7639441536681a257debd905917e02d52b7f (patch)
treea578e9fa557529815ad52898fa989718a2c7fd1f /source/blender/functions
parenteb4b79c5562ad6cd13b45c2e69a7b95628853e17 (diff)
Cleanup: spelling in comments
Also use back-slashes for doxy commands.
Diffstat (limited to 'source/blender/functions')
-rw-r--r--source/blender/functions/FN_multi_function_builder.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/functions/FN_multi_function_builder.hh b/source/blender/functions/FN_multi_function_builder.hh
index b3865bc3cb7..a35339b2495 100644
--- a/source/blender/functions/FN_multi_function_builder.hh
+++ b/source/blender/functions/FN_multi_function_builder.hh
@@ -75,7 +75,7 @@ struct AllSpanOrSingle {
};
/**
- * A slighly weaker variant of #AllSpanOrSingle. It generates less code, because it assumes that
+ * A slightly weaker variant of #AllSpanOrSingle. It generates less code, because it assumes that
* some of the inputs are most likely single values. It should be used for small functions which
* have too many inputs to make #AllSingleOrSpan a reasonable choice.
*/