From bc6b8b5d6421846eb8ea0c7009d2ffe5e1224e30 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 18 Sep 2005 10:46:34 +0000 Subject: [PATCH] Fix spelling in a comment. 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 d2e45564c09..378d54234c3 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -275,7 +275,7 @@ sodealloc(struct socket *so) * existing listen socket. The protocol will call back into the sockets * layer using solisten_proto_check() and solisten_proto() to check and set * socket-layer listen state. Call backs are used so that the protocol can - * acquire both protocol and socket layer locks in whatever order is reuiqred + * acquire both protocol and socket layer locks in whatever order is required * by the protocol. * * Protocol implementors are advised to hold the socket lock across the