Fixed a typo in doc

This commit is contained in:
Celine Mercier
2017-08-20 17:20:13 +02:00
parent 7f1ff49aa2
commit 6f202363f4

View File

@ -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:
* ----------- * -----------