git: 0a8159d8ca85 - main - ng_ppp(4): Fix a typo in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 13:31:05 UTC
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.
*/