From 96bc44a63658d791c2244ef5018f4d28039e29c1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 Oct 2015 03:09:57 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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. -- cgit v1.2.3-70-g09d2