aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-16 02:03:37 +0300
committerJunio C Hamano <gitster@pobox.com>2024-09-16 10:46:00 -0700
commita3711f9faf5fbc1b020123575225e3eda9d5f9ac (patch)
treeb48ec923a14264ef31f98e63e56b49fa969ff99e
parent7a216cd16b0c875e7e0f564b5ae06e69d2c1c6bc (diff)
downloadgit-a3711f9faf5fbc1b020123575225e3eda9d5f9ac.tar.xz
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>
-rw-r--r--bloom.h2
1 files changed, 1 insertions, 1 deletions
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.
*/