From b1ac047af47821cb7ad1bca787c484db43f409b5 Mon Sep 17 00:00:00 2001 From: Pratik Borhade Date: Sun, 3 Dec 2023 15:41:04 +0530 Subject: [PATCH] Cleanup: to_bools comment --- source/blender/blenlib/BLI_index_mask.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/blenlib/BLI_index_mask.hh b/source/blender/blenlib/BLI_index_mask.hh index be07452f48a..fc0d48ce960 100644 --- a/source/blender/blenlib/BLI_index_mask.hh +++ b/source/blender/blenlib/BLI_index_mask.hh @@ -340,7 +340,7 @@ class IndexMask : private IndexMaskData { */ void to_bits(MutableBitSpan r_bits) const; /** - * Set the bools at indies in the mask to true and all others to false. + * Set the bools at indices in the mask to true and all others to false. */ void to_bools(MutableSpan r_bools) const; /**