Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161197224
D44517.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1023 B
Referenced Files
None
Subscribers
None
D44517.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D44517: hvsock: fix comments and debug output
Attached
Detach File
Event Timeline
Log In to Comment