Date: Sat, 2 Apr 2022 11:55:02 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 7fc0ffda3564 - main - ng_pppoe(4): Fix a typo in a source code comment Message-ID: <202204021155.232Bt2h4060897@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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). */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021155.232Bt2h4060897>