summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2005-09-18 10:46:34 +0000
committerrwatson <rwatson@FreeBSD.org>2005-09-18 10:46:34 +0000
commit504eccc1e52cb7efe503c8f6f05d48e3cfb9fd54 (patch)
tree74542e7099fb80e8a04850e92f29f3cee11552db
parent2d8b6f2e2719a6e731112b0e6462c4c6f02fd95c (diff)
downloadFreeBSD-src-504eccc1e52cb7efe503c8f6f05d48e3cfb9fd54.zip
FreeBSD-src-504eccc1e52cb7efe503c8f6f05d48e3cfb9fd54.tar.gz
Fix spelling in a comment.
MFC after: 3 days
-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 d2e4556..378d542 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
OpenPOWER on IntegriCloud