Message ID | 20240915230337.129115-1-algonell@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a3711f9faf5fbc1b020123575225e3eda9d5f9ac |
Headers | show |
Series | bloom: fix a typo | expand |
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. */
Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> --- bloom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)