aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_allocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-22 19:06:35 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-22 19:06:35 +0000
commit4ad96e182037d35ec6e62a8bfb1d2ea9b14be106 (patch)
tree7e5b055bce051c11bfd460443956e619466d4710 /src/util/common_allocation.c
parentd62bacc863759d211988cd59d0f0849e378d2a61 (diff)
downloadgnunet-4ad96e182037d35ec6e62a8bfb1d2ea9b14be106.tar.gz
gnunet-4ad96e182037d35ec6e62a8bfb1d2ea9b14be106.zip
documentation cleanup
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