spelling: algorithm

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-10-23 16:00:53 -04:00
parent d65c75e2ad
commit b79dfafefb
2 changed files with 2 additions and 2 deletions

View file

@ -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;