git: 241df6af1729 - main - unix: fix comment
Gleb Smirnoff <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a863432.3e419.531a82fd__28392.1157171548$1787180100$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=241df6af172921d3135c82229ff1ab778583adcd commit 241df6af172921d3135c82229ff1ab778583adcd Author: Gleb Smirnoff <[email protected]> AuthorDate: 2026-08-19 22:53:53 +0000 Commit: Gleb Smirnoff <[email protected]> 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