From 3a7fd309fce89213b0224b3c6807adb2d1fe7ca8 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 19 Oct 2020 08:12:33 -0700 Subject: Spelling: It's Versus Its Corrects incorrect usage of contraction for 'it is', when possessive 'its' was required. Differential Revision: https://developer.blender.org/D9250 Reviewed by Campbell Barton --- source/blender/bmesh/intern/bmesh_polygon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/bmesh/intern/bmesh_polygon.c') diff --git a/source/blender/bmesh/intern/bmesh_polygon.c b/source/blender/bmesh/intern/bmesh_polygon.c index 06bab8c8cc1..4ae2cc67140 100644 --- a/source/blender/bmesh/intern/bmesh_polygon.c +++ b/source/blender/bmesh/intern/bmesh_polygon.c @@ -667,7 +667,7 @@ void BM_face_calc_center_median_weighted(const BMFace *f, float r_cent[3]) /** * \brief POLY ROTATE PLANE * - * Rotates a polygon so that it's + * Rotates a polygon so that its * normal is pointing towards the mesh Z axis */ void poly_rotate_plane(const float normal[3], float (*verts)[3], const uint nverts) @@ -889,7 +889,7 @@ float BM_face_calc_normal_vcos(const BMesh *bm, * Calculate a normal from a vertex cloud. * * \note We could make a higher quality version that takes all vertices into account. - * Currently it finds 4 outer most points returning it's normal. + * Currently it finds 4 outer most points returning its normal. */ void BM_verts_calc_normal_from_cloud_ex( BMVert **varr, int varr_len, float r_normal[3], float r_center[3], int *r_index_tangent) -- cgit v1.2.3