From a7ae36bc455b688504dc4a204da7bcce22040602 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 18 Feb 2005 19:15:22 +0000 Subject: [PATCH] Correct a typo in the comment describing soreceive_rcvoob(). MFC after: 3 days --- 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 22a8a77b4238..18077a8d1ca5 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -853,7 +853,7 @@ out: * data from a socket. For more complete comments, see soreceive(), from * which this code originated. * - * Note that soreceive_rcvoob(), unlike the remainder of soreiceve(), is + * Note that soreceive_rcvoob(), unlike the remainder of soreceive(), is * unable to return an mbuf chain to the caller. */ static int