mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
hvsock: Fix a typo in a source code comment
- s/recieved/received/ (cherry picked from commit 6dc7bf0c5ce9ce0b77b0f7b9293467babc685abe)
This commit is contained in:
parent
7f19b9b458
commit
06d3ecb09f
1 changed files with 1 additions and 1 deletions
|
|
@ -762,7 +762,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