docs and minor cleanup

This commit is contained in:
Adam Ierymenko
2013-08-30 16:47:54 -04:00
parent 9ca521e894
commit 1a7e303f97
3 changed files with 20 additions and 19 deletions

View File

@ -38,7 +38,7 @@ namespace ZeroTier {
*
* This actually isn't a total filter, in that it does not contain a hashing
* algorithm. It's up to the caller to hash/sum the items being remembered
* so that the distribution of 'n' is random.
* so that the distribution of 'n' is random across the filter's size range.
*
* @tparam B Size in BITS, must be a multiple of 8
*/