mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
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>
This commit is contained in:
parent
7a216cd16b
commit
a3711f9faf
2
bloom.h
2
bloom.h
@ -15,7 +15,7 @@ struct bloom_filter_settings {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* The number of times a path is hashed, i.e. the
|
* 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
|
* determine whether a path is present in the
|
||||||
* Bloom filter.
|
* Bloom filter.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user