aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-10-14 13:30:32 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-10-14 13:30:32 +0000
commit0a8159d8ca85383ec84076396c0a457c6d3e08f9 (patch)
treeeefb005a9c8ac64747bc634aade61a8612236f68
parent152c35ee4fdad39d30789fd01cd2fc723ba9568b (diff)
downloadsrc-0a8159d8ca85383ec84076396c0a457c6d3e08f9.tar.gz
src-0a8159d8ca85383ec84076396c0a457c6d3e08f9.zip
ng_ppp(4): Fix a typo in a comment
- s/delcared/declared/ MFC after: 3 days
-rw-r--r--sys/netgraph/ng_ppp.c2
1 files changed, 1 insertions, 1 deletions
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.
*/