diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-09-16 02:03:37 +0300 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-16 10:46:00 -0700 |
| commit | a3711f9faf5fbc1b020123575225e3eda9d5f9ac (patch) | |
| tree | b48ec923a14264ef31f98e63e56b49fa969ff99e | |
| parent | 7a216cd16b0c875e7e0f564b5ae06e69d2c1c6bc (diff) | |
| download | git-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |
