diff options
-rw-r--r-- | source/kit/allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/kit/allocator.h b/source/kit/allocator.h index 7126901..7b73b20 100644 --- a/source/kit/allocator.h +++ b/source/kit/allocator.h @@ -22,7 +22,7 @@ typedef struct { /* Application should implement this function if custom allocator * dispatch is enabled. * - * See KIT_ENABLE_CUSTOM_ALLOC_DISPATCH + * See KIT_ENABLE_CUSTOM_ALLOC_DISPATCH macro. */ void *kit_alloc_dispatch(kit_allocator_t alloc, int request, ptrdiff_t size, ptrdiff_t previous_size, |