Skip to content

Commit 6a74f1b

Browse files
committed
Fix a typo in critnib.c
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent b0277a6 commit 6a74f1b

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)