From: Francois-Xavier Le Bail Date: Thu, 10 Apr 2025 15:39:52 +0000 (+0200) Subject: Fix a typo in a comment X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/232b861896457ec92c8919ce3ac0d84084c76501 Fix a typo in a comment --- diff --git a/netdissect.c b/netdissect.c index 2209c10e..548989b7 100644 --- a/netdissect.c +++ b/netdissect.c @@ -83,7 +83,7 @@ nd_init(char *errbuf, size_t errbuf_size) } /* - * Clean up anything that ndo_init() did. + * Clean up anything that nd_init() did. */ void nd_cleanup(void)