Skip to content

Commit 5f3cc8b

Browse files
Merge pull request #714 from ldorau/Fix_a_typo_in_critnib.c
Fix a typo in critnib.c
2 parents b0277a6 + 6a74f1b commit 5f3cc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/critnib/critnib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ static struct critnib_leaf *alloc_leaf(struct critnib *__restrict c) {
315315
}
316316

317317
/*
318-
* crinib_insert -- write a key:value pair to the critnib structure
318+
* critnib_insert -- write a key:value pair to the critnib structure
319319
*
320320
* Returns:
321321
* • 0 on success

0 commit comments

Comments
 (0)