From a3711f9faf5fbc1b020123575225e3eda9d5f9ac Mon Sep 17 00:00:00 2001 From: Andrew Kreimer Date: Mon, 16 Sep 2024 02:03:37 +0300 Subject: [PATCH] bloom: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- bloom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bloom.h b/bloom.h 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. */