Merge branch 'ak/typofixes'

Trivial typofixes.

* ak/typofixes:
  cbtree: fix a typo
  bloom: fix a typo
  attr: fix a typo
This commit is contained in:
Junio C Hamano
2024-09-23 10:35:07 -07:00
3 changed files with 3 additions and 3 deletions

View File

@ -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.
*/