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:
authorJacques Lucke <jacques@blender.org>2020-06-11 16:39:53 +0300
committerJacques Lucke <jacques@blender.org>2020-06-11 16:39:53 +0300
commita364032dff0c31d669aca4f2fcbaec4b0eeb152e (patch)
treef2433ae21b4081e38108460206a3f4f18ea0712f /source/blender/blenlib/BLI_set.hh
parente44045745d51622513f5733686f78db65d160263 (diff)
Cleanup: fix terminology in comment
Diffstat (limited to 'source/blender/blenlib/BLI_set.hh')
-rw-r--r--source/blender/blenlib/BLI_set.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_set.hh b/source/blender/blenlib/BLI_set.hh
index af0c3424f5a..ada193eb7fe 100644
--- a/source/blender/blenlib/BLI_set.hh
+++ b/source/blender/blenlib/BLI_set.hh
@@ -433,7 +433,7 @@ class Set {
/**
* Creates a new slot array and reinserts all keys inside of that. This method can be used to get
- * rid of dummy slots. Also this is useful for benchmarking the grow function.
+ * rid of removed slots. Also this is useful for benchmarking the grow function.
*/
void rehash()
{