]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a typo in a comment
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 10 Apr 2025 15:39:52 +0000 (17:39 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 10 Apr 2025 15:44:06 +0000 (17:44 +0200)
(cherry picked from commit 232b861896457ec92c8919ce3ac0d84084c76501)

[skip ci]

netdissect.c

index e78ccbc72b529328c0252886d66e94990b9cf61b..5b1236a0bbc6fb64a554a081151a1f287de2e225 100644 (file)
@@ -79,7 +79,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)