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-09-23 15:06:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-23 15:08:02 +0300
commitb659d1a560410425b3454016eeead8dbae7a0898 (patch)
treed721758ee85e07db141e7fa731d74ce03f89f074 /source/blender/blenlib
parentd431b91995dafc1eb2560fbd4a2eec3b2a92204b (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/tests/BLI_mesh_intersect_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenlib/tests/BLI_mesh_intersect_test.cc b/source/blender/blenlib/tests/BLI_mesh_intersect_test.cc
index 0329fc156c0..68111fb8eb1 100644
--- a/source/blender/blenlib/tests/BLI_mesh_intersect_test.cc
+++ b/source/blender/blenlib/tests/BLI_mesh_intersect_test.cc
@@ -457,8 +457,8 @@ TEST(mesh_intersect, TwoTris)
{4, 11, 6, 4}, /* 9: T11 edge (-1,1,1)(0,1/2,1/2) inside T4 edge. */
{4, 12, 6, 2}, /* 10: parallel planes, not intersecting. */
{4, 13, 6, 2}, /* 11: non-parallel planes, not intersecting, all one side. */
- {0, 14, 6, 2}, /* 12: non-paralel planes, not intersecting, alternate sides. */
- /* Following are all coplanar cases. */
+ {0, 14, 6, 2}, /* 12: non-parallel planes, not intersecting, alternate sides. */
+ /* Following are all co-planar cases. */
{15, 16, 6, 8}, /* 13: T16 inside T15. NOTE: dup'd tri is expected. */
{15, 17, 8, 8}, /* 14: T17 intersects one edge of T15 at (1,1,0)(3,3,0). */
{15, 18, 10, 12}, /* 15: T18 intersects T15 at (1,1,0)(3,3,0)(3,15/4,1/2)(0,3,2). */
@@ -970,7 +970,7 @@ static void fill_sphere_data(int nrings,
static void spheresphere_test(int nrings, double y_offset, bool use_self)
{
- /* Make two uvspheres with nrings rings ad 2*nrings segments. */
+ /* Make two UV-spheres with nrings rings ad 2*nrings segments. */
if (nrings < 2) {
return;
}