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 <ideasman42@gmail.com>2021-10-20 01:19:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-20 01:19:21 +0300
commit93197c4660daaaa40527a701570f55ad76a99eb3 (patch)
treed1e3a76429c97249219afa12b6714df0987a2bd5 /source/blender/bmesh/tools
parent967fec68837d3496b994094e5f24775ebcf6f6ce (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/bmesh/tools')
-rw-r--r--source/blender/bmesh/tools/bmesh_intersect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/tools/bmesh_intersect.c b/source/blender/bmesh/tools/bmesh_intersect.c
index d51661a08bb..947442c7bd8 100644
--- a/source/blender/bmesh/tools/bmesh_intersect.c
+++ b/source/blender/bmesh/tools/bmesh_intersect.c
@@ -901,7 +901,7 @@ static int isect_bvhtree_point_v3(BVHTree *tree, const float **looptris, const f
const float dir[3] = {1.0f, 0.0f, 0.0f};
/* Need to initialize hit even tho it's not used.
- * This is to make it so kd-tree believes we didn't intersect anything and
+ * This is to make it so KD-tree believes we didn't intersect anything and
* keeps calling the intersect callback.
*/
hit.index = -1;