From d792dc7ebb2caba22980428c801f0392a73cc15a Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 2 Apr 2022 14:57:06 +0200 Subject: [PATCH] net(4): Fix a typo in a source code comment - s/accomodate/accommodate/ MFC after: 3 days --- sys/net/dlt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/dlt.h b/sys/net/dlt.h index 31ad4e010c5..853dcb8448e 100644 --- a/sys/net/dlt.h +++ b/sys/net/dlt.h @@ -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