mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix spelling in a comment.
MFC after: 3 days
This commit is contained in:
parent
526e258d3a
commit
bc6b8b5d64
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue