]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Dhcp4Dxe/Dhcp4Driver.c
NetworkPkg/Dhcp4Dxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / Dhcp4Dxe / Dhcp4Driver.c
index e891b68883070733d0e419a97c8e7e32c5c2c202..970141abfe3a2c00fab925174a8f860b4dbe4f1b 100644 (file)
@@ -326,7 +326,7 @@ Dhcp4DriverBindingStart (
   }\r
 \r
   //\r
-  // Install the Dhcp4ServiceBinding Protocol onto ControlerHandle\r
+  // Install the Dhcp4ServiceBinding Protocol onto ControllerHandle\r
   //\r
   Status = gBS->InstallMultipleProtocolInterfaces (\r
                   &ControllerHandle,\r
@@ -438,7 +438,7 @@ Dhcp4DriverBindingStop (
   DhcpSb = DHCP_SERVICE_FROM_THIS (ServiceBinding);\r
   if (!IsListEmpty (&DhcpSb->Children)) {\r
     //\r
-    // Destroy all the children instances before destory the service.\r
+    // Destroy all the children instances before destroy the service.\r
     //\r
     List = &DhcpSb->Children;\r
     Status = NetDestroyLinkList (\r
@@ -523,7 +523,7 @@ DhcpInitProtocol (
                       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 ChildHandle is NULL.\r
   @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to create\r
                                 the child\r
@@ -617,7 +617,7 @@ Dhcp4ServiceBindingCreateChild (
   @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 Child handle is NULL.\r
   @retval EFI_ACCESS_DENIED     The protocol could not be removed from the ChildHandle\r