git: 942e8cab8c6f - main - netinet: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 12:39:48 UTC
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.