mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: instead
This commit is contained in:
parent
4174ba771c
commit
91a4e17b7f
@ -397,7 +397,7 @@ u_int bpf_filter(register struct bpf_insn *pc,
|
||||
\return The portion of the packet to keep, in bytes. 0 means that the packet must be rejected, -1 means that
|
||||
the whole packet must be kept.
|
||||
|
||||
This function is used when NDIS passes the packet to NPF_tap() in two buffers instaed than in a single one.
|
||||
This function is used when NDIS passes the packet to NPF_tap() in two buffers instead than in a single one.
|
||||
*/
|
||||
u_int bpf_filter_with_2_buffers(register struct bpf_insn *pc,
|
||||
register u_char *p,
|
||||
|
Loading…
Reference in New Issue
Block a user