diff options
author | Giri P Mudusuru <giri.p.mudusuru@intel.com> | 2016-07-08 14:21:06 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-07-11 10:29:50 +0800 |
commit | c2adf51f004d2085df0cfa175d2ca95e140999a2 (patch) | |
tree | b57287234f3f6e4b917eb8a7f68ae0dc7fe742fc /NetworkPkg/HttpDxe | |
parent | b88df76120d228a5d27f48577f629671682475eb (diff) | |
download | edk2-c2adf51f004d2085df0cfa175d2ca95e140999a2.zip edk2-c2adf51f004d2085df0cfa175d2ca95e140999a2.tar.gz edk2-c2adf51f004d2085df0cfa175d2ca95e140999a2.tar.bz2 |
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/HttpDxe')
-rw-r--r-- | NetworkPkg/HttpDxe/HttpDriver.c | 4 | ||||
-rw-r--r-- | NetworkPkg/HttpDxe/HttpDriver.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/NetworkPkg/HttpDxe/HttpDriver.c b/NetworkPkg/HttpDxe/HttpDriver.c index 0bde012..de27635 100644 --- a/NetworkPkg/HttpDxe/HttpDriver.c +++ b/NetworkPkg/HttpDxe/HttpDriver.c @@ -1,7 +1,7 @@ /** @file
The driver binding and service binding protocol for HttpDxe driver.
- Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
This program and the accompanying materials
@@ -911,7 +911,7 @@ HttpDxeIp6DriverBindingStop ( @retval EFI_SUCCES The protocol was added to ChildHandle.
@retval EFI_INVALID_PARAMETER This is NULL, or 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.
diff --git a/NetworkPkg/HttpDxe/HttpDriver.h b/NetworkPkg/HttpDxe/HttpDriver.h index 9c0002a..fa2372c 100644 --- a/NetworkPkg/HttpDxe/HttpDriver.h +++ b/NetworkPkg/HttpDxe/HttpDriver.h @@ -1,7 +1,7 @@ /** @file
The header files of the driver binding and service binding protocol for HttpDxe driver.
- Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
This program and the accompanying materials
@@ -358,7 +358,7 @@ HttpDxeIp6DriverBindingStop ( @retval EFI_SUCCES The protocol was added to ChildHandle.
@retval EFI_INVALID_PARAMETER This is NULL, or 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.
|