git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cbtree: fix a typo
@ 2024-09-15 23:05 Andrew Kreimer
  2024-09-16  7:30 ` Patrick Steinhardt
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Kreimer @ 2024-09-15 23:05 UTC (permalink / raw)
  To: git; +Cc: Andrew Kreimer

Fix a typo in comments.

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

diff --git a/cbtree.c b/cbtree.c
index c1cc30a5dc..cf8cf75b89 100644
--- a/cbtree.c
+++ b/cbtree.c
@@ -12,7 +12,7 @@ static struct cb_node *cb_node_of(const void *p)
 	return (struct cb_node *)((uintptr_t)p - 1);
 }
 
-/* locate the best match, does not do a final comparision */
+/* locate the best match, does not do a final comparison */
 static struct cb_node *cb_internal_best_match(struct cb_node *p,
 					const uint8_t *k, size_t klen)
 {
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-16 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-15 23:05 [PATCH] cbtree: fix a typo Andrew Kreimer
2024-09-16  7:30 ` Patrick Steinhardt
2024-09-16  9:52   ` Andrew Kreimer
2024-09-16 17:50     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).