We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3711f9 commit 0627c58Copy full SHA for 0627c58
cbtree.c
@@ -12,7 +12,7 @@ static struct cb_node *cb_node_of(const void *p)
12
return (struct cb_node *)((uintptr_t)p - 1);
13
}
14
15
-/* locate the best match, does not do a final comparision */
+/* locate the best match, does not do a final comparison */
16
static struct cb_node *cb_internal_best_match(struct cb_node *p,
17
const uint8_t *k, size_t klen)
18
{
0 commit comments