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

spelling: conformant

This commit is contained in:
Josh Soref 2018-02-28 03:04:44 +00:00
parent 5dc203ce5b
commit 06447379f1

View File

@ -1819,7 +1819,7 @@ BOOLEAN PacketSetBuff(LPADAPTER AdapterObject,int dim)
\return This function returns TRUE if the filter is set successfully, FALSE if an error occurs \return This function returns TRUE if the filter is set successfully, FALSE if an error occurs
or if the filter program is not accepted after a safeness check by the driver. The driver performs or if the filter program is not accepted after a safeness check by the driver. The driver performs
the check in order to avoid system crashes due to buggy or malicious filters, and it rejects non the check in order to avoid system crashes due to buggy or malicious filters, and it rejects non
conformat filters. conformant filters.
This function associates a new BPF filter to the adapter AdapterObject. The filter, pointed by fp, is a This function associates a new BPF filter to the adapter AdapterObject. The filter, pointed by fp, is a
set of bpf_insn instructions. set of bpf_insn instructions.