mirror of
https://github.com/git/git
synced 2024-11-05 01:58:18 +00:00
cbtree: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a3711f9faf
commit
0627c58e7a
1 changed files with 1 additions and 1 deletions
2
cbtree.c
2
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue