Skip to content

Commit a3711f9

Browse files
algonellgitster
authored andcommitted
bloom: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7a216cd commit a3711f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bloom.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct bloom_filter_settings {
1515

1616
/*
1717
* The number of times a path is hashed, i.e. the
18-
* number of bit positions tht cumulatively
18+
* number of bit positions that cumulatively
1919
* determine whether a path is present in the
2020
* Bloom filter.
2121
*/

0 commit comments

Comments
 (0)