From 7a23bb335748d78c1865b2b57da18d30ee83c53f Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sun, 24 May 2020 14:55:40 +0200 Subject: Fix typos in some comments [skip ci] --- rpcap-protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpcap-protocol.h') diff --git a/rpcap-protocol.h b/rpcap-protocol.h index 6d325910..cab89bbc 100644 --- a/rpcap-protocol.h +++ b/rpcap-protocol.h @@ -294,7 +294,7 @@ struct rpcap_pkthdr uint32 timestamp_sec; /* 'struct timeval' compatible, it represents the 'tv_sec' field */ uint32 timestamp_usec; /* 'struct timeval' compatible, it represents the 'tv_usec' field */ uint32 caplen; /* Length of portion present in the capture */ - uint32 len; /* Real length this packet (off wire) */ + uint32 len; /* Real length of this packet (off wire) */ uint32 npkt; /* Ordinal number of the packet (i.e. the first one captured has '1', the second one '2', etc) */ }; -- cgit v1.2.3