From aab8b0aabb7b4e48fb6361954824cc9b4ff8ec31 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Thu, 30 Mar 2023 22:38:35 +0200 Subject: Comment --- source/kit/allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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, -- cgit v1.2.3