Page MenuHomeFreeBSD

D44516.id.diff
No OneTemporary

D44516.id.diff

diff --git a/sys/dev/hyperv/hvsock/hv_sock.c b/sys/dev/hyperv/hvsock/hv_sock.c
--- a/sys/dev/hyperv/hvsock/hv_sock.c
+++ b/sys/dev/hyperv/hvsock/hv_sock.c
@@ -807,7 +807,7 @@
error = SOCK_IO_SEND_LOCK(so, SBLOCKWAIT(flags));
if (error) {
HVSOCK_DBG(HVSOCK_DBG_ERR,
- "%s: soiolocak returned error = %d\n", __func__, error);
+ "%s: soiolock returned error = %d\n", __func__, error);
return (error);
}
@@ -1574,10 +1574,10 @@
/*
* There should be a bound socket already created no matter
- * it is a passive or active connection.
- * For host initiated connection (passive on guest side),
- * the type_guid contains the port which guest is bound and
- * listening.
+ * if it is a passive or active connection.
+ * For host-initiated connection (passive on guest side),
+ * the type_guid contains the port on which guest is bound
+ * and listening.
* For the guest initiated connection (active on guest side),
* the inst_guid contains the port that guest has auto bound
* to.

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 7, 3:23 PM (4 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38360489
Default Alt Text
D44516.id.diff (1023 B)

Event Timeline