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-09-09 08:37:33 +0300
committerCampbell Barton <campbell@blender.org>2022-09-09 08:37:33 +0300
commit0c9749093b95f9af9ce86f8730753e1cfe215f4e (patch)
treefc8d59bc6fe21111869bdd640c617fae5ed61314 /source/blender/blenlib
parentf7a4ede79f9512f39db8632ff112e08a93f3a9d4 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_bit_vector.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_bit_vector.hh b/source/blender/blenlib/BLI_bit_vector.hh
index 3cbd2483a31..2cec190f84a 100644
--- a/source/blender/blenlib/BLI_bit_vector.hh
+++ b/source/blender/blenlib/BLI_bit_vector.hh
@@ -196,7 +196,7 @@ class BitVector {
/** Current size of the vector in bits. */
int64_t size_in_bits_;
- /** Number of bits that fit into the vector until a reallocation has to occure. */
+ /** Number of bits that fit into the vector until a reallocation has to occur. */
int64_t capacity_in_bits_;
/** Used for allocations when the inline buffer is too small. */