Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 06:33:47 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a317fe7f6a7c - stable/12 - netinet: Fix a typo in a source code comment
Message-ID:  <202204090633.2396Xlio062417@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090633.2396Xlio062417>