Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx> --- bloom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bloom.h b/bloom.h index d20e64bfbb..6e46489a20 100644 --- a/bloom.h +++ b/bloom.h @@ -18,7 +18,7 @@ struct bloom_filter_settings { /* * The number of times a path is hashed, i.e. the - * number of bit positions tht cumulatively + * number of bit positions that cumulatively * determine whether a path is present in the * Bloom filter. */ -- 2.39.5