git: 3b83e014c094 - stable/14 - uipc_domain: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Apr 2024 10:20:14 UTC
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=3b83e014c09492b3b089571758f4831466f86279 commit 3b83e014c09492b3b089571758f4831466f86279 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-04-21 07:51:14 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-04-24 10:19:09 +0000 uipc_domain: Fix a typo in a source code comment - s/cant/can't/ (cherry picked from commit 9576fc16ca6cb360e085735dfaf891ae6d7f6181) --- sys/kern/uipc_domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c index 649bd798ebab..22b8a17295ed 100644 --- a/sys/kern/uipc_domain.c +++ b/sys/kern/uipc_domain.c @@ -226,7 +226,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