diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2023-12-27 08:37:29 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2023-12-27 08:37:29 +0000 |
| commit | 6dc7bf0c5ce9ce0b77b0f7b9293467babc685abe (patch) | |
| tree | 578e1ad53df2caf7a60e172fdd271dc749ccd057 /sys/dev/hyperv | |
| parent | 7b0b448ba9fd53fb4db81a2309dedfdc47533cfb (diff) | |
Diffstat (limited to 'sys/dev/hyperv')
| -rw-r--r-- | sys/dev/hyperv/hvsock/hv_sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hyperv/hvsock/hv_sock.c b/sys/dev/hyperv/hvsock/hv_sock.c index 78ec520f1bb3..df6f58f6fcb6 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 */ |
