1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 11:55:08 +03:00

spelling: instead

This commit is contained in:
Josh Soref 2018-02-28 03:56:58 +00:00
parent 4174ba771c
commit 91a4e17b7f

View File

@ -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 \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. 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, u_int bpf_filter_with_2_buffers(register struct bpf_insn *pc,
register u_char *p, register u_char *p,