Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx> --- 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