summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
diff options
context:
space:
mode:
authorGiri P Mudusuru <giri.p.mudusuru@intel.com>2016-07-08 14:21:06 +0800
committerLiming Gao <liming.gao@intel.com>2016-07-11 10:29:50 +0800
commitc2adf51f004d2085df0cfa175d2ca95e140999a2 (patch)
treeb57287234f3f6e4b917eb8a7f68ae0dc7fe742fc /NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
parentb88df76120d228a5d27f48577f629671682475eb (diff)
downloadedk2-c2adf51f004d2085df0cfa175d2ca95e140999a2.tar.gz
edk2-c2adf51f004d2085df0cfa175d2ca95e140999a2.tar.bz2
edk2-c2adf51f004d2085df0cfa175d2ca95e140999a2.zip
NetworkPkg: Fix typos in comments
- abstrated to abstracted - apropriate to appropriate - availabe to available - ptototypes to prototypes - prococol protocol Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Jiaxin Wu <jiaxin.wu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com> Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
Diffstat (limited to 'NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h')
-rw-r--r--NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h b/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
index bec47a0679..47969c3804 100644
--- a/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
+++ b/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
@@ -2,7 +2,7 @@
Driver Binding functions and Service Binding functions
declaration for Dhcp6 Driver.
- Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -116,7 +116,7 @@ Dhcp6DriverBindingStop (
@retval EFI_SUCCES The protocol was added to ChildHandle.
@retval EFI_INVALID_PARAMETER ChildHandle is NULL.
- @retval EFI_OUT_OF_RESOURCES There are not enough resources availabe to create
+ @retval EFI_OUT_OF_RESOURCES There are not enough resources available to create
the child.
@retval other The child handle was not created.