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-06-09 03:16:26 +0300
committerCampbell Barton <campbell@blender.org>2022-06-09 03:27:20 +0300
commit132e58610d6c71c38bafcc5034e942bde8f01ad6 (patch)
tree39cea61a2b8a2c21776153374a8f77e49e331571 /source/blender/io
parent3bdf1c11fb15df96355cc79e885e0d7aa1dc3afb (diff)
Cleanup: spelling in comments & variables
Diffstat (limited to 'source/blender/io')
-rw-r--r--source/blender/io/stl/importer/stl_import_mesh.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/stl/importer/stl_import_mesh.hh b/source/blender/io/stl/importer/stl_import_mesh.hh
index 7827d2a408c..a01e5be09a4 100644
--- a/source/blender/io/stl/importer/stl_import_mesh.hh
+++ b/source/blender/io/stl/importer/stl_import_mesh.hh
@@ -19,7 +19,7 @@ namespace blender::io::stl {
class Triangle {
public:
int v1, v2, v3;
- /* Based on an old version of Python's frozenset hash
+ /* Based on an old version of Python's frozen-set hash
* https://web.archive.org/web/20220520211017/https://stackoverflow.com/questions/20832279/python-frozenset-hashing-algorithm-implementation
*/
uint64_t hash() const