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() {