diff options
-rw-r--r-- | src/libmdsserver/macros.h | 4 |
1 files 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. |