Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2024 07:51:43 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9576fc16ca6c - main - uipc_domain: Fix a typo in a source code comment
Message-ID:  <202404210751.43L7phl7089048@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=9576fc16ca6cb360e085735dfaf891ae6d7f6181

commit 9576fc16ca6cb360e085735dfaf891ae6d7f6181
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-04-21 07:51:14 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-04-21 07:51:14 +0000

    uipc_domain: Fix a typo in a source code comment
    
    - s/cant/can't/
    
    MFC after:      3 days
---
 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 ab00bf2bc71f..43bdd44a09bf 100644
--- a/sys/kern/uipc_domain.c
+++ b/sys/kern/uipc_domain.c
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404210751.43L7phl7089048>