]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump.c
tcpdump.c: fix a comment. [skip ci]
[tcpdump] / tcpdump.c
index 726245402ee8e4b66ecbe371b79c2539480ceede..f092e161634e663ccff4aefdb44e61f25def2460 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -38,7 +38,7 @@
 #endif
 
 /*
- * Some older versions of Mac OS X may ship pcap.h from libpcap 0.6 with a
+ * Some older versions of Mac OS X ship pcap.h from libpcap 0.6 with a
  * libpcap based on 0.8.  That means it has pcap_findalldevs() but the
  * header doesn't define pcap_if_t, meaning that we can't actually *use*
  * pcap_findalldevs().