Date: Sun, 17 Oct 2021 08:40:01 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: a8dfac9caa7b - stable/12 - ng_ppp(4): Fix a typo in a comment Message-ID: <202110170840.19H8e1st094840@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a8dfac9caa7b7624fe2546efd47c217ad86e0085 commit a8dfac9caa7b7624fe2546efd47c217ad86e0085 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:37:41 +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 086d5481f725..a3dc789ed122 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?202110170840.19H8e1st094840>