aboutsummaryrefslogtreecommitdiff
path: root/src/set/ibf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/ibf.c')
-rw-r--r--src/set/ibf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/ibf.c b/src/set/ibf.c
index 6fe57d11a..3b28e15e1 100644
--- a/src/set/ibf.c
+++ b/src/set/ibf.c
@@ -236,7 +236,7 @@ ibf_decode (struct InvertibleBloomFilter *ibf,
236/** 236/**
237 * Write buckets from an ibf to a buffer. 237 * Write buckets from an ibf to a buffer.
238 * Exactly (IBF_BUCKET_SIZE*ibf->size) bytes are written to buf. 238 * Exactly (IBF_BUCKET_SIZE*ibf->size) bytes are written to buf.
239 * 239 *
240 * @param ibf the ibf to write 240 * @param ibf the ibf to write
241 * @param start with which bucket to start 241 * @param start with which bucket to start
242 * @param count how many buckets to write 242 * @param count how many buckets to write