]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
NetworkPkg: Fix typos in comments
[mirror_edk2.git] / NetworkPkg / Dhcp6Dxe / Dhcp6Driver.h
index 5a88be4d3b5af5811db488c06f44668514c25001..47969c38046354f15ddbbf1728e3c30b0f959e28 100644 (file)
@@ -2,7 +2,7 @@
   Driver Binding functions and Service Binding functions\r
   declaration for Dhcp6 Driver.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -21,6 +21,7 @@
 \r
 extern EFI_COMPONENT_NAME_PROTOCOL  gDhcp6ComponentName;\r
 extern EFI_COMPONENT_NAME2_PROTOCOL gDhcp6ComponentName2;\r
+extern EFI_UNICODE_STRING_TABLE     *gDhcp6ControllerNameTable;\r
 \r
 /**\r
   Test to see if this driver supports ControllerHandle. This service\r
@@ -115,7 +116,7 @@ Dhcp6DriverBindingStop (
 \r
   @retval EFI_SUCCES            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 availabe to create\r
+  @retval EFI_OUT_OF_RESOURCES  There are not enough resources available to create\r
                                 the child.\r
   @retval other                 The child handle was not created.\r
 \r
@@ -139,7 +140,7 @@ Dhcp6ServiceBindingCreateChild (
 \r
   @retval EFI_SUCCES            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 not a valid UEFI Handle.\r
+  @retval EFI_INVALID_PARAMETER Child handle is NULL.\r
   @retval EFI_ACCESS_DENIED     The protocol could not be removed from the ChildHandle\r
                                 because its services are being used.\r
   @retval other                 The child handle was not destroyed\r