summaryrefslogtreecommitdiffstats
path: root/src/cc4group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cc4group.h')
-rw-r--r--src/cc4group.h2
1 files changed, 1 insertions, 1 deletions
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);