diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-08-01 16:43:46 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-08-01 16:53:16 +0200 |
commit | 726a55c484df65261dd07bbe66f5146acb692c5a (patch) | |
tree | 522d86d373e720485ac7d1ac188f24f478da914b /pcap-int.h | |
parent | aa4fd0d411239f5cc98f0ae14018d3ad91a5ee15 (diff) |
Fix some typos
[skip ci]
Diffstat (limited to 'pcap-int.h')
-rw-r--r-- | pcap-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -485,7 +485,7 @@ pcap_t *pcap_create_interface(const char *, char *); /* * This wrapper takes an error buffer pointer and a type to use for the * private data, and calls pcap_create_common(), passing it the error - * buffer pointer, the size fo the private data type, in bytes, and the + * buffer pointer, the size for the private data type, in bytes, and the * offset of the private data from the beginning of the structure, in * bytes. */ @@ -569,7 +569,7 @@ int add_addr_to_if(pcap_if_list_t *, const char *, bpf_u_int32, /* * This wrapper takes an error buffer pointer and a type to use for the * private data, and calls pcap_create_common(), passing it the error - * buffer pointer, the size fo the private data type, in bytes, and the + * buffer pointer, the size for the private data type, in bytes, and the * offset of the private data from the beginning of the structure, in * bytes. */ |