]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/VlanConfigDxe/VlanConfigDriver.c
NetworkPkg/VlanConfigDxe: Fix few typos
[mirror_edk2.git] / NetworkPkg / VlanConfigDxe / VlanConfigDriver.c
index c717d9ea523c5765e2a693d28d67a2f845196c91..ae636b763f93a5682aab2254984c360cf1704be1 100644 (file)
@@ -24,7 +24,7 @@ EFI_DRIVER_BINDING_PROTOCOL gVlanConfigDriverBinding = {
   @param[in]  ImageHandle        The image handle of the driver.\r
   @param[in]  SystemTable        The system table.\r
 \r
-  @retval EFI_SUCCES             All the related protocols are installed on the driver.\r
+  @retval EFI_SUCCESS            All the related protocols are installed on the driver.\r
   @retval Others                 Failed to install protocols.\r
 \r
 **/\r
@@ -54,7 +54,7 @@ VlanConfigDriverEntryPoint (
   @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
@@ -104,7 +104,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
@@ -236,7 +236,7 @@ ErrorExit:
                                    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