Cleanup: duplicate words in comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user