diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-09-23 10:35:07 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-23 10:35:07 -0700 |
| commit | fed9298d6d1af4f94a26dc2bdcf965cd98c28572 (patch) | |
| tree | 53fb6efb7664ef51193aca337e6d62fa597d3d41 /bloom.h | |
| parent | Merge branch 'jk/diag-unexpected-remote-helper-death' (diff) | |
| parent | cbtree: fix a typo (diff) | |
| download | git-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |
