git: a317fe7f6a7c - stable/12 - netinet: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:33:47 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=a317fe7f6a7c710c774e492cee66e9ba72ca2881
commit a317fe7f6a7c710c774e492cee66e9ba72ca2881
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:39:32 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:28:04 +0000
netinet: Fix a typo in a source code comment
- s/exisitng/existing/
(cherry picked from commit 942e8cab8c6f8a6a5dabdc7b87269ee39f657535)
---
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 a8c7671ca0d2..7bf8e5a04f49 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -785,7 +785,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.