From 3d9dc9732a395c09ddc47dd5b9c34aea5505dab8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 18 Oct 2015 21:00:53 +0200 Subject: doc typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/slibc-alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/slibc-alloc.h') diff --git a/include/slibc-alloc.h b/include/slibc-alloc.h index 53e1921..d493197 100644 --- a/include/slibc-alloc.h +++ b/include/slibc-alloc.h @@ -277,7 +277,7 @@ void* naive_realloc(void*, size_t, size_t) /* sic! we limit ourself to ASCII */ /** * 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 + * not possible to perform the shrink or grow without creating * new pointer. * * @param ptr The old allocation, see `realloc` for more details. -- cgit v1.2.3-70-g09d2