]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TcpDxe/TcpDriver.h
NetworkPkg/TcpDxe/Tcp: Fix various typos
[mirror_edk2.git] / NetworkPkg / TcpDxe / TcpDriver.h
index 1ac412be6386b2a08a44eefed1c537f5d5e864de..b90eed9f60a9a0ed043d1d4f7e5ad018cde26c37 100644 (file)
@@ -203,13 +203,13 @@ Tcp6DriverBindingStop (
   );\r
 \r
 /**\r
-  The Callback funtion called after the TCP socket is created.\r
+  The Callback function called after the TCP socket is created.\r
 \r
   @param[in]  This            Pointer to the socket just created.\r
   @param[in]  Context         The context of the socket.\r
 \r
   @retval EFI_SUCCESS         This protocol is installed successfully.\r
-  @retval other               An error occured.\r
+  @retval other               An error occurred.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -248,7 +248,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
@@ -272,7 +272,7 @@ TcpServiceBindingCreateChild (
   @param  This        Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.\r
   @param  ChildHandle Handle of the child to destroy.\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 The child handle is NULL.\r
   @retval EFI_ACCESS_DENIED     The protocol could not be removed from the ChildHandle\r