net(4): Fix a typo in a source code comment

- s/accomodate/accommodate/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 14:57:06 +02:00
parent ef1534cad8
commit d792dc7ebb

View File

@ -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