aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_socket.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-09-18 10:46:34 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-09-18 10:46:34 +0000
commitbc6b8b5d6421846eb8ea0c7009d2ffe5e1224e30 (patch)
tree74542e7099fb80e8a04850e92f29f3cee11552db /sys/kern/uipc_socket.c
parent526e258d3ace68d2416b32ce7c30fdc8131e34d2 (diff)
downloadsrc-bc6b8b5d6421846eb8ea0c7009d2ffe5e1224e30.tar.gz
src-bc6b8b5d6421846eb8ea0c7009d2ffe5e1224e30.zip
Fix spelling in a comment.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=150282
Diffstat (limited to 'sys/kern/uipc_socket.c')
-rw-r--r--sys/kern/uipc_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c
index d2e45564c09f..378d54234c3e 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