aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_bloomfilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/container_bloomfilter.c')
-rw-r--r--src/util/container_bloomfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/container_bloomfilter.c b/src/util/container_bloomfilter.c
index ea9c4e154..ae1336f88 100644
--- a/src/util/container_bloomfilter.c
+++ b/src/util/container_bloomfilter.c
@@ -96,7 +96,7 @@ GNUNET_CONTAINER_bloomfilter_get_size (const struct GNUNET_CONTAINER_BloomFilter
96 * Copy an existing memory. Any association with a file 96 * Copy an existing memory. Any association with a file
97 * on-disk will be lost in the process. 97 * on-disk will be lost in the process.
98 * @param bf the filter to copy 98 * @param bf the filter to copy
99 * @retun copy of the bf 99 * @return copy of the bf
100 */ 100 */
101struct GNUNET_CONTAINER_BloomFilter * 101struct GNUNET_CONTAINER_BloomFilter *
102GNUNET_CONTAINER_bloomfilter_copy (const struct GNUNET_CONTAINER_BloomFilter *bf) 102GNUNET_CONTAINER_bloomfilter_copy (const struct GNUNET_CONTAINER_BloomFilter *bf)