diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2025-12-14 15:47:38 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-12-14 15:47:38 +0000 |
| commit | a0d607957533c7fbefaac5cd81d34c037cc27344 (patch) | |
| tree | a73c195b8d24335257945d32c9db9952760393f7 /sys | |
| parent | 9dda51f13cd85791c0f18782461219f5a88e2d67 (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/uipc_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c index 8ed5dcc9336a..efc8ebfcece2 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -2738,7 +2738,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 |
