From a364032dff0c31d669aca4f2fcbaec4b0eeb152e Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Thu, 11 Jun 2020 15:39:53 +0200 Subject: [PATCH] Cleanup: fix terminology in comment --- source/blender/blenlib/BLI_set.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {