mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
spelling: algorithm
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d65c75e2ad
commit
b79dfafefb
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ void CardinalityCounter::Init(uint64_t size)
|
|||
m = size;
|
||||
|
||||
// The following magic values are taken directly out of the
|
||||
// description of the HyperLogLog algorithn.
|
||||
// description of the HyperLogLog algorithm.
|
||||
|
||||
if ( m == 16 )
|
||||
alpha_m = 0.673;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue