From aee17827458028e4c815ce74ff8cd8336014420d Mon Sep 17 00:00:00 2001 From: akoshibe Date: Thu, 28 Nov 2019 03:08:22 +0000 Subject: Fix typo in comment in struct pcap_pkthdr --- lib/libpcap/pcap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpcap') diff --git a/lib/libpcap/pcap.h b/lib/libpcap/pcap.h index 59c3b1d37da..1a75590ae93 100644 --- a/lib/libpcap/pcap.h +++ b/lib/libpcap/pcap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcap.h,v 1.20 2018/06/03 10:29:28 sthen Exp $ */ +/* $OpenBSD: pcap.h,v 1.21 2019/11/28 03:08:21 akoshibe Exp $ */ /* * Copyright (c) 1993, 1994, 1995, 1996, 1997 @@ -92,7 +92,7 @@ typedef enum { struct pcap_pkthdr { struct bpf_timeval ts; /* time stamp */ bpf_u_int32 caplen; /* length of portion present */ - bpf_u_int32 len; /* length this packet (off wire) */ + bpf_u_int32 len; /* length of this packet (off wire) */ }; /* -- cgit v1.2.3