diff options
Diffstat (limited to 'include/malloc.h')
-rw-r--r-- | include/malloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/malloc.h b/include/malloc.h index 7a1c08b..28f937c 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -118,7 +118,7 @@ void* zalloc(size_t) */ void* realloc(void*, size_t) __GCC_ONLY(__attribute__((__warn_unused_result__))) - __slibc_warning("Use 'fast_realloc', 'secure_realloc' or 'crealloc' instead."); + __slibc_warning("Use 'fast_realloc', 'secure_realloc', or 'crealloc' instead."); /** * Free a memory allocation. |