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>
This commit is contained in:
Andrew Kreimer 2024-09-16 02:03:37 +03:00 committed by Junio C Hamano
parent 7a216cd16b
commit a3711f9faf

View File

@ -15,7 +15,7 @@ struct bloom_filter_settings {
/* /*
* The number of times a path is hashed, i.e. the * 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 * determine whether a path is present in the
* Bloom filter. * Bloom filter.
*/ */