Skip to content

Commit 232b861

Browse files
committed
Fix a typo in a comment
1 parent 9b3eb17 commit 232b861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netdissect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ nd_init(char *errbuf, size_t errbuf_size)
8383
}
8484

8585
/*
86-
* Clean up anything that ndo_init() did.
86+
* Clean up anything that nd_init() did.
8787
*/
8888
void
8989
nd_cleanup(void)

0 commit comments

Comments
 (0)