The branch stable/12 has been updated by gbe (doc committer):

URL: 
https://cgit.FreeBSD.org/src/commit/?id=531a7845cd2c4fcb28542ffca61b92fcad1c1b78

commit 531a7845cd2c4fcb28542ffca61b92fcad1c1b78
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-04-02 11:54:36 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-04-09 06:31:26 +0000

    ng_pppoe(4): Fix a typo in a source code comment
    
    - s/asychronous/asynchronous/
    
    (cherry picked from commit 7fc0ffda35641bb31ed50a5c2f548c40d3da4bc4)
---
 sys/netgraph/ng_pppoe.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netgraph/ng_pppoe.h b/sys/netgraph/ng_pppoe.h
index 43ac36fc85c7..62cd6320b2e8 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).
  */

Reply via email to