git: 623b96cfe5b3 - stable/13 - hvsock: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jan 2024 11:45:06 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=623b96cfe5b319b2a2143742f76288fb7fa2da64 commit 623b96cfe5b319b2a2143742f76288fb7fa2da64 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-12-27 08:37:29 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-07 11:44:37 +0000 hvsock: Fix a typo in a source code comment - s/recieved/received/ (cherry picked from commit 6dc7bf0c5ce9ce0b77b0f7b9293467babc685abe) --- sys/dev/hyperv/hvsock/hv_sock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/hyperv/hvsock/hv_sock.c b/sys/dev/hyperv/hvsock/hv_sock.c index 587e63b005c3..5910bc50eeac 100644 --- a/sys/dev/hyperv/hvsock/hv_sock.c +++ b/sys/dev/hyperv/hvsock/hv_sock.c @@ -776,7 +776,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 */