From 5a84afcff62784e288ab2cbbecf5a3141eea91d8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 16 Oct 2015 03:15:41 +0200 Subject: 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/slibc-alloc.h') diff --git a/include/slibc-alloc.h b/include/slibc-alloc.h index edc7cc7..18e7341 100644 --- a/include/slibc-alloc.h +++ b/include/slibc-alloc.h @@ -110,9 +110,9 @@ void* secure_realloc(void*, size_t) /** * This function behaves exactly like `fast_realloc`, except: - * - Its haviour is undefined if `ptr` is `NULL`. - * - Its haviour is undefined `size` equals the old allocation size. - * - Its haviour is undefined if `size` is zero. + * - Its behaviour is undefined if `ptr` is `NULL`. + * - Its behaviour is undefined `size` equals the old allocation size. + * - Its behaviour is undefined if `size` is zero. * - It will never free `ptr`. * * @param ptr The old allocation, see `realloc` for more details. -- cgit v1.2.3-70-g09d2