From 46475b8e1164ffbfc6fe4c61ec1c6f59fa3045a8 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Sun, 23 Jan 2022 22:34:56 -0600 Subject: Cleanup: Grammar: its self vs. itself --- source/blender/blenlib/intern/list_sort_impl.h | 2 +- source/blender/blenlib/intern/polyfill_2d.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/intern') diff --git a/source/blender/blenlib/intern/list_sort_impl.h b/source/blender/blenlib/intern/list_sort_impl.h index 71f7f0e29a8..626956e2fb6 100644 --- a/source/blender/blenlib/intern/list_sort_impl.h +++ b/source/blender/blenlib/intern/list_sort_impl.h @@ -34,7 +34,7 @@ * - `SORT_IMPL_LINKTYPE`: * Struct type for sorting. * - `SORT_IMPL_LINKTYPE_DATA`: - * Data pointer or leave undefined to pass the link its self. + * Data pointer or leave undefined to pass the link itself. * - `SORT_IMPL_FUNC`: * Function name of the sort function. * diff --git a/source/blender/blenlib/intern/polyfill_2d.c b/source/blender/blenlib/intern/polyfill_2d.c index 0ade306bcb9..aec34659884 100644 --- a/source/blender/blenlib/intern/polyfill_2d.c +++ b/source/blender/blenlib/intern/polyfill_2d.c @@ -25,7 +25,7 @@ * and that triangles will have non-overlapping indices (even for degenerate geometry). * - Self-intersections are considered degenerate (resulting triangles will overlap). * - While multiple polygons aren't supported, holes can still be defined using *key-holes* - * (where the polygon doubles back on its self with *exactly* matching coordinates). + * (where the polygon doubles back on itself with *exactly* matching coordinates). * * \note * -- cgit v1.2.3