diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2020-10-09 13:08:31 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2020-10-09 13:08:31 +0100 |
commit | bcca74d2713dc9c0a27992102c469f77bdd8dd1f (patch) | |
tree | 5e4a89c01b10efc275922235daeab5bd61c7778d /pcap-linux.c | |
parent | 2d3a47d5386d11c6e6c141afd50bdb56e2b087ce (diff) |
Fix some spelling. [skip ci]
Diffstat (limited to 'pcap-linux.c')
-rw-r--r-- | pcap-linux.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcap-linux.c b/pcap-linux.c index 43276e60..10997abe 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -2539,7 +2539,7 @@ activate_pf_packet(pcap_t *handle, int is_any_device) } } - /* Enable auxillary data if supported and reserve room for + /* Enable auxiliary data if supported and reserve room for * reconstructing VLAN headers. */ #ifdef HAVE_PACKET_AUXDATA val = 1; @@ -3056,7 +3056,7 @@ create_ring(pcap_t *handle, int *status) return -1; } - /* compute the minumum block size that will handle this frame. + /* compute the minimum block size that will handle this frame. * The block has to be page size aligned. * The max block size allowed by the kernel is arch-dependent and * it's not explicitly checked here. */ @@ -4297,7 +4297,7 @@ pcap_setfilter_linux(pcap_t *handle, struct bpf_program *filter) if ((err = set_kernel_filter(handle, &fcode)) == 0) { /* - * Installation succeded - using kernel filter, + * Installation succeeded - using kernel filter, * so userland filtering not needed. */ handlep->filter_in_userland = 0; |