hvsock: Fix a typo in a source code comment

- s/recieved/received/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-12-27 09:37:29 +01:00
parent 7b0b448ba9
commit 6dc7bf0c5c

View file

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