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

spelling: incoming

This commit is contained in:
Josh Soref 2018-02-28 03:55:25 +00:00
parent bc63d69810
commit 090f6b5000

View File

@ -445,7 +445,7 @@ struct bpf_version {
* interface (irdaX), but not on a raw serial port. * interface (irdaX), but not on a raw serial port.
* Note the capture is done in "Linux-cooked" mode, so each packet include * Note the capture is done in "Linux-cooked" mode, so each packet include
* a fake packet header (struct sll_header). This is because IrDA packet * a fake packet header (struct sll_header). This is because IrDA packet
* decoding is dependant on the direction of the packet (incomming or * decoding is dependant on the direction of the packet (incoming or
* outgoing). * outgoing).
* When/if other platform implement IrDA capture, we may revisit the * When/if other platform implement IrDA capture, we may revisit the
* issue and define a real DLT_IRDA... * issue and define a real DLT_IRDA...