Fixed a typo in doc
This commit is contained in:
@ -136,7 +136,7 @@ int bloom_init_size(struct bloom * bloom, int entries, double error,
|
|||||||
|
|
||||||
/** ***************************************************************************
|
/** ***************************************************************************
|
||||||
* Check if the given element is in the bloom filter. Remember this may
|
* Check if the given element is in the bloom filter. Remember this may
|
||||||
* return false positive if a collision occured.
|
* return false positive if a collision occurred.
|
||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
* -----------
|
* -----------
|
||||||
|
Reference in New Issue
Block a user