uipc_domain: Fix a typo in a source code comment

- s/cant/can't/

(cherry picked from commit 9576fc16ca)
This commit is contained in:
Gordon Bergling 2024-04-21 09:51:14 +02:00
parent 835b1bd404
commit 64dfe0a94b

View file

@ -171,7 +171,7 @@ protosw_init(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