diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-05-24 14:55:40 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-05-24 14:59:33 +0200 |
commit | 7a23bb335748d78c1865b2b57da18d30ee83c53f (patch) | |
tree | ea64958428e7091dd07f6aca934a36420a029b00 /pcap/pcap.h | |
parent | 3714a0a49b628654f05036568bdcfff78536703b (diff) |
Fix typos in some comments
[skip ci]
Diffstat (limited to 'pcap/pcap.h')
-rw-r--r-- | pcap/pcap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap/pcap.h b/pcap/pcap.h index c38a303c..ee2221fa 100644 --- a/pcap/pcap.h +++ b/pcap/pcap.h @@ -245,7 +245,7 @@ typedef enum { struct pcap_pkthdr { struct 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) */ }; /* |