aboutsummaryrefslogtreecommitdiff
path: root/pcap-nit.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-nit.c')
-rw-r--r--pcap-nit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-nit.c b/pcap-nit.c
index e89f9ba2..ae4c40cb 100644
--- a/pcap-nit.c
+++ b/pcap-nit.c
@@ -20,7 +20,7 @@
*/
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/libpcap/pcap-nit.c,v 1.54 2003-12-18 23:32:32 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/pcap-nit.c,v 1.55 2004-03-21 08:32:05 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -281,7 +281,7 @@ pcap_open_live(const char *device, int snaplen, int promisc, int to_ms,
}
/*
- * "handle->fd" is a socket, so "select()" should work on it.
+ * "p->fd" is a socket, so "select()" should work on it.
*/
p->selectable_fd = p->fd;