dect
/
libpcap
Archived
13
0
Fork 0

Fix a comment.

This commit is contained in:
guy 2008-09-16 06:36:47 +00:00
parent bf839bbe85
commit c250573848
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
*/
#ifndef lint
static const char rcsid[] _U_ =
"@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.99.2.13 2008-09-16 00:21:08 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.99.2.14 2008-09-16 06:36:47 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -203,8 +203,8 @@ pcap_setnonblock_zbuf(pcap_t *p, int nonblock, char *errbuf)
}
/*
* Zero-copy specific close method. Un-map the shred buffers then call
* pcap_close_common.
* Zero-copy specific close method. Un-map the shared buffers then call
* pcap_cleanup_live_common.
*/
static void
pcap_close_zbuf(pcap_t *p)