[Bf-blender-cvs] [a364032dff0] master: Cleanup: fix terminology in comment

Jacques Lucke noreply at git.blender.org
Thu Jun 11 15:40:01 CEST 2020


Commit: a364032dff0c31d669aca4f2fcbaec4b0eeb152e
Author: Jacques Lucke
Date:   Thu Jun 11 15:39:53 2020 +0200
Branches: master
https://developer.blender.org/rBa364032dff0c31d669aca4f2fcbaec4b0eeb152e

Cleanup: fix terminology in comment

===================================================================

M	source/blender/blenlib/BLI_set.hh

===================================================================

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



More information about the Bf-blender-cvs mailing list