]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TcpDxe/SockInterface.c
NetworkPkg/TcpDxe/Sock: Fix few typos
[mirror_edk2.git] / NetworkPkg / TcpDxe / SockInterface.c
index ed0a031d39640384a58e3b308535b6c73ebe6ac5..6217eb52dac519826fb2e1026baf47697c747af7 100644 (file)
@@ -255,12 +255,12 @@ SockDestroyChild (
 \r
 /**\r
   Create a socket and its associated protocol control block\r
-  with the intial data SockInitData and protocol specific\r
+  with the initial data SockInitData and protocol specific\r
   data ProtoData.\r
 \r
-  @param[in]  SockInitData         Inital data to setting the socket.\r
+  @param[in]  SockInitData         Initial data to setting the socket.\r
 \r
-  @return Pointer to the newly created socket. If NULL, an error condition occured.\r
+  @return Pointer to the newly created socket. If NULL, an error condition occurred.\r
 \r
 **/\r
 SOCKET *\r
@@ -397,7 +397,7 @@ OnExit:
 /**\r
   Initiate a connection establishment process.\r
 \r
-  @param[in]  Sock             Pointer to the socket to initiate the initate the\r
+  @param[in]  Sock             Pointer to the socket to initiate the\r
                                connection.\r
   @param[in]  Token            Pointer to the token used for the connection\r
                                operation.\r
@@ -474,7 +474,7 @@ OnExit:
   @param[in]  Sock             Pointer to the socket to accept connections.\r
   @param[in]  Token            The token to accept a connection.\r
 \r
-  @retval EFI_SUCCESS          Either a connection is accpeted or the Token is\r
+  @retval EFI_SUCCESS          Either a connection is accepted or the Token is\r
                                buffered for further acception.\r
   @retval EFI_ACCESS_DENIED    Failed to get the lock to access the socket, or the\r
                                socket is closed, or the socket is not configured to\r