Skip to content

Commit 9dd306e

Browse files
authored
Update nf-winsock-bind.md
1 parent 1ce41e1 commit 9dd306e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk-api-src/content/winsock/nf-winsock-bind.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ A descriptor identifying an unbound socket.
5959

6060
A pointer to a <a href="/windows/desktop/WinSock/sockaddr-2">sockaddr</a> structure of the local address to assign to the bound socket .
6161

62-
### -param addrlen [in]
62+
### -param namelen [in]
6363

64-
The length, in bytes, of the value pointed to by the <i>addr</i> parameter.
64+
The length, in bytes, of the value pointed to by *addr*.
6565

6666
## -returns
6767

0 commit comments

Comments
 (0)