Date: Mon, 29 Dec 2025 17:07:11 +0000 From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 26ebe093f414 - stable/15 - socket: Fix the name of a parameter in a comment Message-ID: <6952b53f.2455b.372ab3ec@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=26ebe093f414099d331c7366e979a4cbf5103c12 commit 26ebe093f414099d331c7366e979a4cbf5103c12 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2025-12-14 15:47:38 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2025-12-29 14:31:30 +0000 socket: Fix the name of a parameter in a comment Reported by: des Fixes: 0a68f644dca1 ("socket: Split up soreceive_generic()") MFC after: 1 week (cherry picked from commit a0d607957533c7fbefaac5cd81d34c037cc27344) --- sys/kern/uipc_socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c index 9eba3ad2e082..b7e4646fea68 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -2749,7 +2749,7 @@ sockbuf_pushsync(struct sockbuf *sb, struct mbuf *nextrecord) * time. * * The caller may receive the data as a single mbuf chain by supplying an - * mbuf **mp0 for use in returning the chain. The uio is then used only for + * mbuf **mp for use in returning the chain. The uio is then used only for * the count in uio_resid. */ static inthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6952b53f.2455b.372ab3ec>
