aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index d15bb1a8a..3d7dede17 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -825,7 +825,7 @@ GNUNET_ntoh_double (double d);
825/** 825/**
826 * @ingroup memory 826 * @ingroup memory
827 * Wrapper around free. Frees the memory referred to by ptr. 827 * Wrapper around free. Frees the memory referred to by ptr.
828 * Note that is is generally better to free memory that was 828 * Note that it is generally better to free memory that was
829 * allocated with #GNUNET_array_grow using #GNUNET_array_grow(mem, size, 0) instead of #GNUNET_free. 829 * allocated with #GNUNET_array_grow using #GNUNET_array_grow(mem, size, 0) instead of #GNUNET_free.
830 * 830 *
831 * @param ptr location where to free the memory. ptr must have 831 * @param ptr location where to free the memory. ptr must have