Cleanup: duplicate words in comments

This commit is contained in:
Campbell Barton
2023-03-29 14:16:26 +11:00
parent 43f6df853f
commit 35f770a689
15 changed files with 22 additions and 22 deletions

View File

@@ -62,8 +62,8 @@ void delete_MEM_CacheLimiter(MEM_CacheLimiterC *This);
/**
* Manage object
*
* \param This: "This" pointer, data data object to manage.
* \return CacheLimiterHandle to ref, unref, touch the managed object
* \param This: "This" pointer, data object to manage.
* \return The handle to reference/unreference & touch the managed object.
*/
MEM_CacheLimiterHandleC *MEM_CacheLimiter_insert(MEM_CacheLimiterC *This, void *data);