Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 13:31:05 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0a8159d8ca85 - main - ng_ppp(4): Fix a typo in a comment
Message-ID:  <202110141331.19EDV5M4029619@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=0a8159d8ca85383ec84076396c0a457c6d3e08f9

commit 0a8159d8ca85383ec84076396c0a457c6d3e08f9
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-10-14 13:30:32 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-10-14 13:30:32 +0000

    ng_ppp(4): Fix a typo in a comment
    
    - s/delcared/declared/
    
    MFC after:      3 days
---
 sys/netgraph/ng_ppp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netgraph/ng_ppp.c b/sys/netgraph/ng_ppp.c
index eb639aa3d900..c9cb28fd9d04 100644
--- a/sys/netgraph/ng_ppp.c
+++ b/sys/netgraph/ng_ppp.c
@@ -1514,7 +1514,7 @@ done:
  *	is increased.
  *
  *    o If we receive a fragment with seq# < MSEQ, we throw it away
- *	because we've already delcared it lost.
+ *	because we've already declared it lost.
  *
  * This assumes linkNum != NG_PPP_BUNDLE_LINKNUM.
  */



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