diff --git a/include/cuco/bloom_filter.cuh b/include/cuco/bloom_filter.cuh index 89ac651de..08e75f038 100644 --- a/include/cuco/bloom_filter.cuh +++ b/include/cuco/bloom_filter.cuh @@ -107,7 +107,8 @@ class bloom_filter { /** * @brief Constructs a statically-sized Bloom filter. * - * @note The total number of bits in the filter is determined by `BlockWords * num_blocks`. + * @note The total number of bits in the filter is determined by `block_words * num_blocks * + * sizeof(word_type) * CHAR_BIT`. * * @param num_blocks Number of sub-filters or blocks * @param pattern_bits Number of bits in a key's fingerprint