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.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)