Skip to content

Commit 0627c58

Browse files
algonellgitster
authored andcommitted
cbtree: 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 a3711f9 commit 0627c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cbtree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static struct cb_node *cb_node_of(const void *p)
1212
return (struct cb_node *)((uintptr_t)p - 1);
1313
}
1414

15-
/* locate the best match, does not do a final comparision */
15+
/* locate the best match, does not do a final comparison */
1616
static struct cb_node *cb_internal_best_match(struct cb_node *p,
1717
const uint8_t *k, size_t klen)
1818
{

0 commit comments

Comments
 (0)