bloom: fix a typo

Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Andrew Kreimer committed Sep 16, 2024 at 02:03 UTC a3711f9faf5fbc1b020123575225e3eda9d5f9ac
1 file changed +1 -1
bloom.h
+1 -1
index adde6dfe21..83eb989d85 100644 --- a/bloom.h +++ b/bloom.h @@ -15,7 +15,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. */