summaryrefslogtreecommitdiff
path: root/netdissect.h
diff options
context:
space:
mode:
Diffstat (limited to 'netdissect.h')
-rw-r--r--netdissect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdissect.h b/netdissect.h
index 3e76468b..4c09bfe2 100644
--- a/netdissect.h
+++ b/netdissect.h
@@ -152,7 +152,7 @@ typedef unsigned char nd_mac_addr[MAC_ADDR_LEN];
*/
typedef unsigned char nd_byte;
-/* snprintf et al */
+/* nd_snprintf et al */
#include <stdarg.h>
#include <pcap.h>