git: 656ec7b96663 - stable/12 - uipc_domain: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Wed, 24 Apr 2024 10:22:35 UTC
The branch stable/12 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=656ec7b966632fa7560bc27eda32e245dd4d307c

commit 656ec7b966632fa7560bc27eda32e245dd4d307c
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:21:47 +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 ca7995bee39d..5297d9b303b0 100644
--- a/sys/kern/uipc_domain.c
+++ b/sys/kern/uipc_domain.c
@@ -163,7 +163,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