aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-12-27 08:37:29 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-01-07 11:42:45 +0000
commit06d3ecb09f452dbdd74119693c7dee400bc1943d (patch)
tree015aabaef9716e967f2710f1fa9ce475ba105f8e
parent7f19b9b4580faf865e2c5a56cc040693b62c7572 (diff)
hvsock: Fix a typo in a source code comment
- s/recieved/received/ (cherry picked from commit 6dc7bf0c5ce9ce0b77b0f7b9293467babc685abe)
-rw-r--r--sys/dev/hyperv/hvsock/hv_sock.c2
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 440534a5fa9d..3ba4e7f5d4e9 100644
--- a/sys/dev/hyperv/hvsock/hv_sock.c
+++ b/sys/dev/hyperv/hvsock/hv_sock.c
@@ -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 */