From c5a13ffcb4b98bbd46dca7637051a966d18cd46f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 18 Oct 2021 11:16:24 +1100 Subject: Cleanup: spelling in comments --- source/blender/blenlib/BLI_math_geom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/BLI_math_geom.h') diff --git a/source/blender/blenlib/BLI_math_geom.h b/source/blender/blenlib/BLI_math_geom.h index fa9a30467ac..be10b302144 100644 --- a/source/blender/blenlib/BLI_math_geom.h +++ b/source/blender/blenlib/BLI_math_geom.h @@ -438,9 +438,9 @@ bool isect_tri_tri_v2(const float p1[2], const float q2[2], const float r2[2]); -/* water-tight raycast (requires pre-calculation) */ +/* water-tight ray-cast (requires pre-calculation). */ struct IsectRayPrecalc { - /* Maximal dimension kz, and orthogonal dimensions. */ + /* Maximal dimension `kz`, and orthogonal dimensions. */ int kx, ky, kz; /* Shear constants. */ -- cgit v1.2.3