aboutsummaryrefslogtreecommitdiffstats
path: root/bloom.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-23 10:35:07 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-23 10:35:07 -0700
commitfed9298d6d1af4f94a26dc2bdcf965cd98c28572 (patch)
tree53fb6efb7664ef51193aca337e6d62fa597d3d41 /bloom.h
parentMerge branch 'jk/diag-unexpected-remote-helper-death' (diff)
parentcbtree: fix a typo (diff)
downloadgit-fed9298d6d1af4f94a26dc2bdcf965cd98c28572.tar.gz
git-fed9298d6d1af4f94a26dc2bdcf965cd98c28572.zip
Merge branch 'ak/typofixes'
Trivial typofixes. * ak/typofixes: cbtree: fix a typo bloom: fix a typo attr: fix a typo
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 d20e64bfbb..6e46489a20 100644
--- a/bloom.h
+++ b/bloom.h
@@ -18,7 +18,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.
*/