aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 12:39:32 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 06:10:08 +0000
commita643b8e17a271419844bd283e91f4f69cb00a68f (patch)
treea965842d4aa79d176c92ff86bbb4425403d450e5
parentea163ea87c3eab64985f6b88715d831cb5cec976 (diff)
downloadsrc-a643b8e17a271419844bd283e91f4f69cb00a68f.tar.gz
src-a643b8e17a271419844bd283e91f4f69cb00a68f.zip
netinet: Fix a typo in a source code comment
- s/exisitng/existing/ (cherry picked from commit 942e8cab8c6f8a6a5dabdc7b87269ee39f657535)
-rw-r--r--sys/netinet/in_pcb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index cff8e398eec0..d9247f50d32b 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -872,7 +872,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.