From: Andrew Kreimer Date: Sun, 15 Sep 2024 23:03:37 +0000 (+0300) Subject: bloom: fix a typo X-Git-Tag: v2.47.0-rc0~17^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3711f9faf5fbc1b020123575225e3eda9d5f9ac;p=thirdparty%2Fgit.git bloom: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- 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. */