diff --git a/sys/dev/hyperv/hvsock/hv_sock.c b/sys/dev/hyperv/hvsock/hv_sock.c index 78ec520f1bb..df6f58f6fcb 100644 --- a/sys/dev/hyperv/hvsock/hv_sock.c +++ b/sys/dev/hyperv/hvsock/hv_sock.c @@ -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 */