]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-npf.c
Fix some typos
[libpcap] / pcap-npf.c
index 8d21690ef6c4a9fadb3a9e1e60a210a793a51860..c9e5195d2f4c72d6af970db1f55888a43e3ae353 100644 (file)
@@ -901,7 +901,7 @@ pcap_read_win32_dag(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
                        }
                }
 
-               /* No underlaying filtering system. We need to filter on our own */
+               /* No underlying filtering system. We need to filter on our own */
                if (p->fcode.bf_insns)
                {
                        if (pcap_filter(p->fcode.bf_insns, dp, packet_len, caplen) == 0)