aboutsummaryrefslogtreecommitdiff
path: root/src/set/ibf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/ibf.h')
-rw-r--r--src/set/ibf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set/ibf.h b/src/set/ibf.h
index a020c713f..1099f6aa2 100644
--- a/src/set/ibf.h
+++ b/src/set/ibf.h
@@ -103,7 +103,7 @@ struct InvertibleBloomFilter
103/** 103/**
104 * Write buckets from an ibf to a buffer. 104 * Write buckets from an ibf to a buffer.
105 * Exactly (IBF_BUCKET_SIZE*ibf->size) bytes are written to buf. 105 * Exactly (IBF_BUCKET_SIZE*ibf->size) bytes are written to buf.
106 * 106 *
107 * @param ibf the ibf to write 107 * @param ibf the ibf to write
108 * @param start with which bucket to start 108 * @param start with which bucket to start
109 * @param count how many buckets to write 109 * @param count how many buckets to write