public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bloom: fix a typo
@ 2024-09-15 23:03 Andrew Kreimer
  0 siblings, 0 replies; only message in thread
From: Andrew Kreimer @ 2024-09-15 23:03 UTC (permalink / raw)
  To: git; +Cc: Andrew Kreimer

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 bloom.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-09-15 23:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-15 23:03 [PATCH] bloom: fix a typo Andrew Kreimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox