aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_multiuuidmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/container_multiuuidmap.c')
-rw-r--r--src/util/container_multiuuidmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/container_multiuuidmap.c b/src/util/container_multiuuidmap.c
index 5e896aec2..f2ed304b3 100644
--- a/src/util/container_multiuuidmap.c
+++ b/src/util/container_multiuuidmap.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 */
@@ -184,7 +184,7 @@ struct GNUNET_CONTAINER_MultiUuidmapIterator
184 * to be copied as the destination of the pointer is 184 * to be copied as the destination of the pointer is
185 * guaranteed to be life as long as the value is stored in 185 * guaranteed to be life as long as the value is stored in
186 * the hashmap. This can significantly reduce memory 186 * the hashmap. This can significantly reduce memory
187 * consumption, but of course is also a recipie for 187 * consumption, but of course is also a recipe for
188 * heap corruption if the assumption is not true. Only 188 * heap corruption if the assumption is not true. Only
189 * use this if (1) memory use is important in this case and 189 * use this if (1) memory use is important in this case and
190 * (2) you have triple-checked that the invariant holds 190 * (2) you have triple-checked that the invariant holds