diff --git a/sdk-api-src/content/winsock2/nf-winsock2-wsaconnect.md b/sdk-api-src/content/winsock2/nf-winsock2-wsaconnect.md
index dc680090879..5944490eddf 100644
--- a/sdk-api-src/content/winsock2/nf-winsock2-wsaconnect.md
+++ b/sdk-api-src/content/winsock2/nf-winsock2-wsaconnect.md
@@ -78,12 +78,12 @@ A pointer to the user data that is to be transferred back from the other socket
### -param lpSQOS [in]
-A pointer to the FLOWSPEC structures for socket s, one for each direction.
+A pointer to the QOS structure for socket s.
### -param lpGQOS [in]
Reserved for future use with socket groups. A pointer to the
-FLOWSPEC structures for the socket group (if applicable). This parameter should be NULL.
+QOS structure for the socket group (if applicable). This parameter should be NULL.
## -returns