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.