git: 7fc0ffda3564 - main - ng_pppoe(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 02 Apr 2022 11:55:02 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=7fc0ffda35641bb31ed50a5c2f548c40d3da4bc4

commit 7fc0ffda35641bb31ed50a5c2f548c40d3da4bc4
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 11:54:36 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 11:54:36 +0000

    ng_pppoe(4): Fix a typo in a source code comment
    
    - s/asychronous/asynchronous/
    
    MFC after:      3 days
---
 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 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).
  */