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-06-27 10:29:57 +0300
committerCampbell Barton <campbell@blender.org>2022-06-27 10:29:57 +0300
commit7b6b740ace1e56a8217fb44ed9fd3cf0c0a324f4 (patch)
tree1cad6b26f7b999ad5f8dafe1002fb397d997f719 /source/blender/blenlib/BLI_index_mask_ops.hh
parente1c0d18598546040b2c5f130d720d45d38639910 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/blenlib/BLI_index_mask_ops.hh')
-rw-r--r--source/blender/blenlib/BLI_index_mask_ops.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_index_mask_ops.hh b/source/blender/blenlib/BLI_index_mask_ops.hh
index f67abb1d550..e4eece11e83 100644
--- a/source/blender/blenlib/BLI_index_mask_ops.hh
+++ b/source/blender/blenlib/BLI_index_mask_ops.hh
@@ -60,7 +60,7 @@ inline IndexMask find_indices_based_on_predicate(const IndexMask indices_to_chec
/**
* Find the true indices in a virtual array. This is a version of
- * #find_indices_based_on_predicate optimised for a virtual array input.
+ * #find_indices_based_on_predicate optimized for a virtual array input.
*
* \param parallel_grain_size: The grain size for when the virtual array isn't a span or a single
* value internally. This should be adjusted based on the expected cost of evaluating the virtual