diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-17 02:09:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-17 02:09:54 +0200 |
commit | c5fff98a6b144deb338e70a909f1efcb03dd44ad (patch) | |
tree | 71bd6c1165c5cc8c256a9713d35cb49da7a4a79c /src/slibc-alloc.c | |
parent | fix errors (diff) | |
download | slibc-c5fff98a6b144deb338e70a909f1efcb03dd44ad.tar.gz slibc-c5fff98a6b144deb338e70a909f1efcb03dd44ad.tar.bz2 slibc-c5fff98a6b144deb338e70a909f1efcb03dd44ad.tar.xz |
improve attributes
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/slibc-alloc.c')
-rw-r--r-- | src/slibc-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |