From be9eb15cebf1050232859829167d967fb37966b0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 Mar 2011 15:24:52 +0000 Subject: more dox fixes --- src/include/gnunet_container_lib.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include') diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h index 908657d6b..41ed4bd3f 100644 --- a/src/include/gnunet_container_lib.h +++ b/src/include/gnunet_container_lib.h @@ -154,10 +154,10 @@ void GNUNET_CONTAINER_bloomfilter_remove (struct GNUNET_CONTAINER_BloomFilter /** - * Free the space associcated with a filter - * in memory, flush to drive if needed (do not - * free the space on the drive) + * Create a copy of a bloomfilter. + * * @param bf the filter + * @return copy of bf */ struct GNUNET_CONTAINER_BloomFilter * GNUNET_CONTAINER_bloomfilter_copy (const struct GNUNET_CONTAINER_BloomFilter *bf); -- cgit v1.2.3