diff options
Diffstat (limited to 'NetworkPkg/TcpDxe/SockImpl.h')
-rw-r--r-- | NetworkPkg/TcpDxe/SockImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/TcpDxe/SockImpl.h b/NetworkPkg/TcpDxe/SockImpl.h index f255b2fb5f..5ec0435592 100644 --- a/NetworkPkg/TcpDxe/SockImpl.h +++ b/NetworkPkg/TcpDxe/SockImpl.h @@ -93,7 +93,7 @@ SockCancelToken ( @param[in] SockInitData Pointer to the initial data of the socket.
- @return Pointer to the newly created socket, return NULL when exception occured.
+ @return Pointer to the newly created socket, return NULL when exception occurred.
**/
SOCKET *
|