git: 06d3ecb09f45 - stable/14 - 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:43:00 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=06d3ecb09f452dbdd74119693c7dee400bc1943d
commit 06d3ecb09f452dbdd74119693c7dee400bc1943d
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:42:45 +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 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 */