]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Udp6Dxe/Udp6Driver.c
NetworkPkg/Udp6Dxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / Udp6Dxe / Udp6Driver.c
index 5334fd17343bb1a79015d1013397b5cfda7da74f..6021bb36993ab0df91f1d4460b1416dc0d36e3bf 100644 (file)
@@ -117,7 +117,7 @@ Udp6DriverBindingSupported (
   @param[in]  RemainingDevicePath    Optional parameter use to pick a specific child\r
                                      device to start.\r
 \r
-  @retval EFI_SUCCES             This driver is added to ControllerHandle.\r
+  @retval EFI_SUCCESS            This driver is added to ControllerHandle.\r
   @retval EFI_OUT_OF_RESOURCES   The required system resource can't be allocated.\r
   @retval other                  This driver does not support this device.\r
 \r
@@ -223,7 +223,7 @@ Udp6DestroyChildEntryInHandleBuffer (
                                      of children is zero stop the entire bus driver.\r
   @param[in]  ChildHandleBuffer      List of Child Handles to Stop. It is optional.\r
 \r
-  @retval EFI_SUCCES             This driver is removed ControllerHandle.\r
+  @retval EFI_SUCCESS            This driver is removed ControllerHandle.\r
   @retval EFI_DEVICE_ERROR       Can't find the NicHandle from the ControllerHandle and specified GUID.\r
   @retval other                  This driver was not removed from this device.\r
 \r
@@ -310,7 +310,7 @@ Udp6DriverBindingStop (
                                then a new handle is created. 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 This is NULL or ChildHandle is NULL.\r
   @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to create\r
                                 the child.\r
@@ -443,7 +443,7 @@ ON_ERROR:
   @param[in]  This               Protocol instance pointer.\r
   @param[in]  ChildHandle        Handle of the child to destroy.\r
 \r
-  @retval EFI_SUCCES             The I/O services were removed from the child\r
+  @retval EFI_SUCCESS            The I/O services were removed from the child\r
                                  handle.\r
   @retval EFI_UNSUPPORTED        The child handle does not support the I/O services\r
                                  that are being removed.\r