Date: Sat, 2 Apr 2022 12:39:48 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: 942e8cab8c6f - main - netinet: Fix a typo in a source code comment Message-ID: <202204021239.232Cdmu6017479@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=942e8cab8c6f8a6a5dabdc7b87269ee39f657535 commit 942e8cab8c6f8a6a5dabdc7b87269ee39f657535 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 12:39:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 12:39:32 +0000 netinet: Fix a typo in a source code comment - s/exisitng/existing/ MFC after: 3 days --- sys/netinet/in_pcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index 25a01bc0c4e5..f1a8da3c3f7e 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -895,7 +895,7 @@ inp_so_options(const struct inpcb *inp) * Check if a new BINDMULTI socket is allowed to be created. * * ni points to the new inp. - * oi points to the exisitng inp. + * oi points to the existing inp. * * This checks whether the existing inp also has BINDMULTI and * whether the credentials match.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204021239.232Cdmu6017479>