Date: Sun, 17 Oct 2021 08:35:45 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: 9b918d1761ce - stable/13 - ng_ppp(4): Fix a typo in a comment Message-ID: <202110170835.19H8Zjfu093576@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=9b918d1761ceced37681773936f08eb6b4f9b44b commit 9b918d1761ceced37681773936f08eb6b4f9b44b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2021-10-14 13:30:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2021-10-17 08:35:19 +0000 ng_ppp(4): Fix a typo in a comment - s/delcared/declared/ (cherry picked from commit 0a8159d8ca85383ec84076396c0a457c6d3e08f9) --- 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?202110170835.19H8Zjfu093576>