netinet: Fix a typo in a source code comment

- s/exisitng/existing/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 14:39:32 +02:00
parent 8e8d2a722e
commit 942e8cab8c

View File

@ -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.