diff options
author | David Robillard <d@drobilla.net> | 2022-11-17 12:07:21 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-11-17 12:09:45 -0500 |
commit | 68d02a48ea89d45f16f7901bf46849ea923841c0 (patch) | |
tree | dcab96020bd40c7e4d663d96701bba470abb08ce /include/zix/allocator.h | |
parent | e0cb455ac899829cf9fe41bbd6015f5567a9bbcb (diff) | |
download | zix-68d02a48ea89d45f16f7901bf46849ea923841c0.tar.gz zix-68d02a48ea89d45f16f7901bf46849ea923841c0.tar.bz2 zix-68d02a48ea89d45f16f7901bf46849ea923841c0.zip |
Improve documentation
Diffstat (limited to 'include/zix/allocator.h')
-rw-r--r-- | include/zix/allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)( // |