mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
ng_pppoe(4): Fix a typo in a source code comment
- s/asychronous/asynchronous/ MFC after: 3 days
This commit is contained in:
parent
f167c46e79
commit
7fc0ffda35
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue