git: a13ef0bfb0f7 - stable/13 - ng_pppoe(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:14:35 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=a13ef0bfb0f7880d6e679f2c75dc508a2d6f46d9 commit a13ef0bfb0f7880d6e679f2c75dc508a2d6f46d9 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 11:54:36 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:06:23 +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 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). */