aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_allocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/common_allocation.c')
-rw-r--r--src/util/common_allocation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/common_allocation.c b/src/util/common_allocation.c
index f39d84cb3..749f824cd 100644
--- a/src/util/common_allocation.c
+++ b/src/util/common_allocation.c
@@ -73,8 +73,8 @@ GNUNET_xmalloc_unchecked_ (size_t size, const char *filename, int linenumber)
73 * Reallocate memory. Checks the return value, aborts if no more 73 * Reallocate memory. Checks the return value, aborts if no more
74 * memory is available. 74 * memory is available.
75 * 75 *
76 * @ptr the pointer to reallocate 76 * @param ptr the pointer to reallocate
77 * @param size how many bytes of memory to allocate 77 * @param n how many bytes of memory to allocate
78 * @param filename where in the code was the call to GNUNET_realloc 78 * @param filename where in the code was the call to GNUNET_realloc
79 * @param linenumber where in the code was the call to GNUNET_realloc 79 * @param linenumber where in the code was the call to GNUNET_realloc
80 * @return pointer to size bytes of memory 80 * @return pointer to size bytes of memory