git: 241df6af1729 - main - unix: fix comment

From: Gleb Smirnoff <glebius_at_FreeBSD.org>
Date: Wed, 19 Aug 2026 22:54:42 UTC
The branch main has been updated by glebius:

URL: https://cgit.FreeBSD.org/src/commit/?id=241df6af172921d3135c82229ff1ab778583adcd

commit 241df6af172921d3135c82229ff1ab778583adcd
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2026-08-19 22:53:53 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2026-08-19 22:53:53 +0000

    unix: fix comment
    
    Noticed by:     mckusick
    Fixes:          6563dcb6b1f57e51db63854f3774b52e672232ed
---
 sys/kern/uipc_usrreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
index 7f377f23cd46..284997be3e04 100644
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -3134,7 +3134,7 @@ unp_connectat_peer(struct thread *td, int fd, const char *buf,
 	 * Dispatch on the resolved vnode, then drop it: for the socket cases
 	 * the returned reference keeps the peer stable, so the caller holds
 	 * no vnode lock across unp_connect_peer() (which matters for the
-	 * return_locked * datagram fast path).
+	 * return_locked datagram fast path).
 	 *
 	 * A synthetic descriptor node -- as fdescfs fabricates for a /dev/fd/N
 	 * path -- carries no type of its own (VNON); opening it yields the