From 68d02a48ea89d45f16f7901bf46849ea923841c0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Nov 2022 12:07:21 -0500 Subject: Improve documentation --- include/zix/allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zix/allocator.h') diff --git a/include/zix/allocator.h b/include/zix/allocator.h index 97aa71c..5ab8bf8 100644 --- a/include/zix/allocator.h +++ b/include/zix/allocator.h @@ -87,7 +87,7 @@ typedef void* ZIX_ALLOCATED (*ZixAlignedAllocFunc)( // This works like the standard C free(), but must be used to free memory allocated with the aligned_alloc() method of the allocator. This allows - portability to systems (like Windows) that can not use the same free function + portability to systems (like Windows) that can't use the same free function in these cases. */ typedef void (*ZixAlignedFreeFunc)( // -- cgit v1.2.1