uipc_domain: Fix a typo in a source code comment

- s/cant/can't/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2024-04-21 09:51:14 +02:00
parent c0a01ee83d
commit 9576fc16ca

View file

@ -223,7 +223,7 @@ pr_init(struct domain *dom, struct protosw *pr)
/*
* Add a new protocol domain to the list of supported domains
* Note: you cant unload it again because a socket may be using it.
* Note: you can't unload it again because a socket may be using it.
* XXX can't fail at this time.
*/
void