aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_bloomfilter.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-08 14:56:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-08 14:56:50 +0000
commitc7302b83749bbb3093c8202b42de2e0bc0434ac3 (patch)
treed6b2362602f243e69c27c2186df55909001347c9 /src/util/container_bloomfilter.c
parentaf5c0a237cc3e4441bbc03dd7c5da50b94c20f21 (diff)
downloadgnunet-c7302b83749bbb3093c8202b42de2e0bc0434ac3.tar.gz
gnunet-c7302b83749bbb3093c8202b42de2e0bc0434ac3.zip
typo
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)