The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=e08642c98c67d16c68558206a5abc822557bb824
commit e08642c98c67d16c68558206a5abc822557bb824 Author: Mark Johnston <[email protected]> AuthorDate: 2025-12-14 15:47:38 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-01-07 13:50:37 +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 5d0a8b4d8f80..4687d29b33b1 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -2673,7 +2673,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 int
