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/BLI_mempool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_mempool.h') diff --git a/source/blender/blenlib/BLI_mempool.h b/source/blender/blenlib/BLI_mempool.h index d1999a468b8..caf946cabe3 100644 --- a/source/blender/blenlib/BLI_mempool.h +++ b/source/blender/blenlib/BLI_mempool.h @@ -62,7 +62,7 @@ void BLI_mempool_clear_ex(BLI_mempool *pool, int totelem_reserve) ATTR_NONNULL(1 */ void BLI_mempool_clear(BLI_mempool *pool) ATTR_NONNULL(1); /** - * Free the mempool its self (and all elements). + * Free the mempool itself (and all elements). */ void BLI_mempool_destroy(BLI_mempool *pool) ATTR_NONNULL(1); int BLI_mempool_len(const BLI_mempool *pool) ATTR_NONNULL(1); -- cgit v1.2.3