Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 06:19:28 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 7d7efb85cc53 - stable/13 - net(4): Fix a typo in a source code comment
Message-ID:  <202204090619.2396JSDB035306@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=7d7efb85cc53e3b757b9ac753541b29d54f7d5db

commit 7d7efb85cc53e3b757b9ac753541b29d54f7d5db
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:57:06 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:16:21 +0000

    net(4): Fix a typo in a source code comment
    
    - s/accomodate/accommodate/
    
    (cherry picked from commit d792dc7ebb2caba22980428c801f0392a73cc15a)
---
 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 31ad4e010c56..853dcb8448e7 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090619.2396JSDB035306>