]> 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:39:52 +0000 (17:39 +0200)
netdissect.c

index 2209c10e039847c03d7764ef63f0d03708c75bfe..548989b76545f74960d908199cb8be1763e4cfa5 100644 (file)
@@ -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)