mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
hvsock: Fix a typo in a source code comment
- s/recieved/received/ MFC after: 3 days
This commit is contained in:
parent
7b0b448ba9
commit
6dc7bf0c5c
1 changed files with 1 additions and 1 deletions
|
|
@ -760,7 +760,7 @@ out:
|
|||
SOCKBUF_UNLOCK(sb);
|
||||
SOCK_IO_RECV_UNLOCK(so);
|
||||
|
||||
/* We recieved a FIN in this call */
|
||||
/* We received a FIN in this call */
|
||||
if (so->so_error == ESHUTDOWN) {
|
||||
if (so->so_snd.sb_state & SBS_CANTSENDMORE) {
|
||||
/* Send has already closed */
|
||||
|
|
|
|||
Loading…
Reference in a new issue