aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_multipeermap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/container_multipeermap.c')
-rw-r--r--src/util/container_multipeermap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/container_multipeermap.c b/src/util/container_multipeermap.c
index 2c0b2090d..94822881d 100644
--- a/src/util/container_multipeermap.c
+++ b/src/util/container_multipeermap.c
@@ -31,7 +31,7 @@
31 31
32/** 32/**
33 * Maximum recursion depth for callbacks of 33 * Maximum recursion depth for callbacks of
34 * #GNUNET_CONTAINER_multihashmap_get_multiple() themselve s 34 * #GNUNET_CONTAINER_multihashmap_get_multiple() themselves s
35 * again calling #GNUNET_CONTAINER_multihashmap_get_multiple(). 35 * again calling #GNUNET_CONTAINER_multihashmap_get_multiple().
36 * Should be totally excessive, but if violated we die. 36 * Should be totally excessive, but if violated we die.
37 */ 37 */
@@ -183,7 +183,7 @@ struct GNUNET_CONTAINER_MultiPeerMapIterator
183 * to be copied as the destination of the pointer is 183 * to be copied as the destination of the pointer is
184 * guaranteed to be life as long as the value is stored in 184 * guaranteed to be life as long as the value is stored in
185 * the hashmap. This can significantly reduce memory 185 * the hashmap. This can significantly reduce memory
186 * consumption, but of course is also a recipie for 186 * consumption, but of course is also a recipe for
187 * heap corruption if the assumption is not true. Only 187 * heap corruption if the assumption is not true. Only
188 * use this if (1) memory use is important in this case and 188 * use this if (1) memory use is important in this case and
189 * (2) you have triple-checked that the invariant holds 189 * (2) you have triple-checked that the invariant holds