From 64dfe0a94bfda5fb858d0e5642e3f82e8dc22dd7 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 21 Apr 2024 09:51:14 +0200 Subject: [PATCH] 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 89cdead26bc5..57bf3ac9771c 100644 --- a/sys/kern/uipc_domain.c +++ b/sys/kern/uipc_domain.c @@ -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