From 2e22ca3b03b294e32d392e00180c228aed4121da Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 10 Dec 2014 01:18:25 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libmdsserver/macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libmdsserver/macros.h b/src/libmdsserver/macros.h index b72fd0a..b39d750 100644 --- a/src/libmdsserver/macros.h +++ b/src/libmdsserver/macros.h @@ -351,7 +351,7 @@ /** - * `remalloc` wrapper that returns whether the allocation was not successful + * `realloc` wrapper that returns whether the allocation was not successful * * @param var:type* The variable to which to assign the reallocation * @param elements:size_t The number of elements to allocate @@ -363,7 +363,7 @@ /** - * `xremalloc` that stores the old variable + * `xrealloc` that stores the old variable * * @param old:type* The variable to which to store with the old variable that needs * to be `free`:ed on failure, and set to `NULL` on success. -- cgit v1.2.3-70-g09d2