From 583970dc48d1d88bf5172572f6d621d06358504b Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Tue, 16 Apr 2019 22:52:40 +0200 Subject: Spelling --- src/cc4group.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cc4group.h b/src/cc4group.h index 207ef15..6bdccb0 100644 --- a/src/cc4group.h +++ b/src/cc4group.h @@ -131,7 +131,7 @@ typedef struct { // a tmp memory strategy is a function that needs to return a pointer to read- and writable memory at least size big // in case of an error, the function must return NULL // in case it returns not NULL, at least the func-member of cleanupJob must be set to a valid function -// additionally it's data-pointer member may be set to arbitrary data that is needed for successfull cleanup. it will be passed when the cleanup function is called +// additionally it's data-pointer member may be set to arbitrary data that is needed for successful cleanup. it will be passed when the cleanup function is called // the strategy also receives the group object for which the memory is needed. this is mainly passed for use internally for accurate error-reporting when using the predefined strategies typedef void* (*CC4Group_TmpMemoryStrategy)(CC4Group* const this, const size_t size, CC4Group_CleanupJob* cleanupJob); -- cgit v1.2.3-54-g00ecf