aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_allocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-02 14:44:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-02 14:44:42 +0000
commite1fda8a5d8674328afa61cc50842fdbd2a7044ba (patch)
treeb36e7c638c5b0cb94a693376419959f12d84b84c /src/util/common_allocation.c
parent012cb16a93acbfca1119966d5b4679b99e5c9125 (diff)
downloadgnunet-e1fda8a5d8674328afa61cc50842fdbd2a7044ba.tar.gz
gnunet-e1fda8a5d8674328afa61cc50842fdbd2a7044ba.zip
doxygen
Diffstat (limited to 'src/util/common_allocation.c')
-rw-r--r--src/util/common_allocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/common_allocation.c b/src/util/common_allocation.c
index 71aa15add..ad74727bc 100644
--- a/src/util/common_allocation.c
+++ b/src/util/common_allocation.c
@@ -222,7 +222,7 @@ GNUNET_xstrdup_ (const char *str, const char *filename, int linenumber)
222 * Dup partially a string (same semantics as strndup). 222 * Dup partially a string (same semantics as strndup).
223 * 223 *
224 * @param str the string to dup 224 * @param str the string to dup
225 * @param len the lenght of the string to dup 225 * @param len the length of the string to dup
226 * @param filename where in the code was the call to GNUNET_strndup 226 * @param filename where in the code was the call to GNUNET_strndup
227 * @param linenumber where in the code was the call to GNUNET_strndup 227 * @param linenumber where in the code was the call to GNUNET_strndup
228 * @return strndup(str,len) 228 * @return strndup(str,len)