git: 6dc7bf0c5ce9 - main - hvsock: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Dec 2023 08:42:33 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=6dc7bf0c5ce9ce0b77b0f7b9293467babc685abe commit 6dc7bf0c5ce9ce0b77b0f7b9293467babc685abe Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-12-27 08:37:29 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-12-27 08:37:29 +0000 hvsock: Fix a typo in a source code comment - s/recieved/received/ MFC after: 3 days --- 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 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 */