aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 11:54:36 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-02 11:54:36 +0000
commit7fc0ffda35641bb31ed50a5c2f548c40d3da4bc4 (patch)
tree4cb3a8d45a8d6c98af3bfc42e4dcf2c43a88933e /sys/netgraph
parentf167c46e7965ae08255313c4a624be19b4873442 (diff)
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/ng_pppoe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_pppoe.h b/sys/netgraph/ng_pppoe.h
index 2718ae55629c..42eb7ee664b1 100644
--- a/sys/netgraph/ng_pppoe.h
+++ b/sys/netgraph/ng_pppoe.h
@@ -141,7 +141,7 @@ struct ngpppoe_init_data {
}
/*
- * This structure is used by the asychronous success and failure messages.
+ * This structure is used by the asynchronous success and failure messages.
* (to report which hook has failed or connected). The message is sent
* to whoever requested the connection. (close may use this too).
*/