ng_pppoe(4): Fix a typo in a source code comment

- s/asychronous/asynchronous/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 13:54:36 +02:00
parent f167c46e79
commit 7fc0ffda35

View File

@ -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).
*/