hvsock: Fix a typo in a source code comment

- s/recieved/received/

(cherry picked from commit 6dc7bf0c5ce9ce0b77b0f7b9293467babc685abe)
This commit is contained in:
Gordon Bergling 2023-12-27 09:37:29 +01:00
parent 7f19b9b458
commit 06d3ecb09f

View file

@ -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 */