summaryrefslogtreecommitdiffstats
path: root/bloom.h
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-16 01:03:37 +0200
committerJunio C Hamano <gitster@pobox.com>2024-09-16 19:46:00 +0200
commita3711f9faf5fbc1b020123575225e3eda9d5f9ac (patch)
treeb48ec923a14264ef31f98e63e56b49fa969ff99e /bloom.h
parentattr: fix a typo (diff)
downloadgit-a3711f9faf5fbc1b020123575225e3eda9d5f9ac.tar.xz
git-a3711f9faf5fbc1b020123575225e3eda9d5f9ac.zip
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>
Diffstat (limited to 'bloom.h')
-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.
*/