]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/VlanConfigDxe/VlanConfigImpl.h
NetworkPkg/VlanConfigDxe: Fix few typos
[mirror_edk2.git] / NetworkPkg / VlanConfigDxe / VlanConfigImpl.h
index 14f99c03b7d075ef624582ba4c4de8e6b8d9dcb4..2f1f17e6ef95b0b4219b4ef90318c18754e5e9bb 100644 (file)
@@ -185,7 +185,7 @@ VlanConfigComponentNameGetControllerName (
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
-  @retval EFI_SUCCES           This driver supports this device\r
+  @retval EFI_SUCCESS          This driver supports this device\r
   @retval EFI_ALREADY_STARTED  This driver is already running on this device\r
   @retval other                This driver does not support this device\r
 \r
@@ -206,7 +206,7 @@ VlanConfigDriverBindingSupported (
   @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_ALREADY_STARTED  This driver is already running on ControllerHandle\r
   @retval other                This driver does not support this device\r
 \r
@@ -228,7 +228,7 @@ VlanConfigDriverBindingStart (
                                    of children is zero stop the entire bus driver.\r
   @param[in]  ChildHandleBuffer    List of Child Handles to Stop.\r
 \r
-  @retval EFI_SUCCES           This driver is removed ControllerHandle\r
+  @retval EFI_SUCCESS          This driver is removed ControllerHandle\r
   @retval other                This driver was not removed from this device\r
 \r
 **/\r