From c5fff98a6b144deb338e70a909f1efcb03dd44ad Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 17 Oct 2015 02:09:54 +0200 Subject: improve attributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/slibc-alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/slibc-alloc.c b/src/slibc-alloc.c index 733051c..cad55b0 100644 --- a/src/slibc-alloc.c +++ b/src/slibc-alloc.c @@ -277,7 +277,7 @@ void* naive_realloc(void* ptr, size_t size) /** - * This function behaves exactly like `__attribute__`, except + * This function behaves exactly like `naive_realloc`, except * it will return `NULL` with `errno` set to zero, if it is * not possible to perform the shrink or growth without creating * new pointer. -- cgit v1.2.3-70-g09d2