From 2b61a87b6d26972386f1854a7ffad2de4631bb93 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 16 Sep 2008 06:36:23 +0000 Subject: [PATCH] Fix a comment. --- pcap-bpf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pcap-bpf.c b/pcap-bpf.c index 28375fd..069d5f7 100644 --- a/pcap-bpf.c +++ b/pcap-bpf.c @@ -20,7 +20,7 @@ */ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.112 2008-09-16 00:20:23 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.113 2008-09-16 06:36:23 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)