]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TcpDxe/TcpDriver.c
NetworkPkg/TcpDxe/Tcp: Fix various typos
[mirror_edk2.git] / NetworkPkg / TcpDxe / TcpDriver.c
index 1817afa38665abe544aad61fc8a89aaab773854f..c4dcb5e193ae9b49adf2d148bb4301063eececd7 100644 (file)
@@ -732,13 +732,13 @@ Tcp6DriverBindingStop (
 }\r
 \r
 /**\r
-  The Callback funtion called after the TCP socket was created.\r
+  The Callback function called after the TCP socket was created.\r
 \r
   @param[in]  This            Pointer to the socket just created\r
   @param[in]  Context         Context of the socket\r
 \r
   @retval EFI_SUCCESS         This protocol installed successfully.\r
-  @retval other               An error occured.\r
+  @retval other               An error occurred.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -856,7 +856,7 @@ TcpDestroySocketCallback (
                                 If it is a pointer to an existing UEFI handle,\r
                                 then the protocol is added to the existing UEFI handle.\r
 \r
-  @retval EFI_SUCCES            The protocol was added to ChildHandle.\r
+  @retval EFI_SUCCESS           The protocol was added to ChildHandle.\r
   @retval EFI_INVALID_PARAMETER ChildHandle is NULL.\r
   @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to create\r
                                 the child.\r
@@ -888,7 +888,7 @@ TcpServiceBindingCreateChild (
   TcpProto.TcpPcb     = NULL;\r
 \r
   //\r
-  // Create a tcp instance with defualt Tcp default\r
+  // Create a tcp instance with default Tcp default\r
   // sock init data and TcpProto\r
   //\r
   mTcpDefaultSockData.ProtoData     = &TcpProto;\r
@@ -930,7 +930,7 @@ TcpServiceBindingCreateChild (
   @param  This        Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.\r
   @param  ChildHandle Handle of the child to be destroyed.\r
 \r
-  @retval EFI_SUCCES            The protocol was removed from ChildHandle.\r
+  @retval EFI_SUCCESS           The protocol was removed from ChildHandle.\r
   @retval EFI_UNSUPPORTED       ChildHandle does not support the protocol that is being removed.\r
   @retval EFI_INVALID_PARAMETER Child handle is NULL.\r
   @retval EFI_ACCESS_DENIED     The protocol could not be removed from the ChildHandle\r