Page MenuHomeFreeBSD

D44517.diff
No OneTemporary

D44517.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
Thu, Jul 2, 12:44 PM (14 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34596337
Default Alt Text
D44517.diff (1023 B)

Event Timeline