mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
net(4): Fix a typo in a source code comment
- s/accomodate/accommodate/ MFC after: 3 days
This commit is contained in:
parent
ef1534cad8
commit
d792dc7ebb
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@
|
|||
* input packets such as port scans, packets from old lost connections,
|
||||
* etc. to force the connection to stay up).
|
||||
*
|
||||
* The first byte of the PPP header (0xff03) is modified to accomodate
|
||||
* The first byte of the PPP header (0xff03) is modified to accommodate
|
||||
* the direction - 0x00 = IN, 0x01 = OUT.
|
||||
*/
|
||||
#define DLT_PPP_PPPD 166
|
||||
|
|
|
|||
Loading…
Reference in a new issue