]> git.ipfire.org Git - thirdparty/git.git/commitdiff
bloom: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Sun, 15 Sep 2024 23:03:37 +0000 (02:03 +0300)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Sep 2024 17:46:00 +0000 (10:46 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
bloom.h

diff --git a/bloom.h b/bloom.h
index adde6dfe21254f7022051fd6d3c19b722b34f54e..83eb989d859e3dce1ead6cc2b27d2e3fb2159860 100644 (file)
--- 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.
         */