- abstrated to abstracted
- apropriate to appropriate
- availabe to available
- ptototypes to prototypes
- prococol protocol

Cc: Siyuan Fu <[email protected]>
Cc: Jiaxin Wu <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Giri P Mudusuru <[email protected]>
Reviewed-by: Jiaxin Wu <[email protected]>
---
 NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h | 4 ++--
 NetworkPkg/DnsDxe/DnsDriver.c     | 6 +++---
 NetworkPkg/DnsDxe/DnsDriver.h     | 6 +++---
 NetworkPkg/HttpDxe/HttpDriver.c   | 4 ++--
 NetworkPkg/HttpDxe/HttpDriver.h   | 4 ++--
 NetworkPkg/Ip6Dxe/Ip6Driver.c     | 2 +-
 NetworkPkg/Ip6Dxe/Ip6Driver.h     | 6 +++---
 NetworkPkg/TcpDxe/TcpDriver.c     | 4 ++--
 NetworkPkg/TcpDxe/TcpDriver.h     | 4 ++--
 NetworkPkg/Udp6Dxe/Udp6Driver.c   | 4 ++--
 NetworkPkg/Udp6Dxe/Udp6Driver.h   | 4 ++--
 NetworkPkg/Udp6Dxe/Udp6Impl.c     | 6 +++---
 12 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h 
b/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
index bec47a0..47969c3 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.
 
diff --git a/NetworkPkg/DnsDxe/DnsDriver.c b/NetworkPkg/DnsDxe/DnsDriver.c
index 6ca8aa7..c000b5f 100644
--- a/NetworkPkg/DnsDxe/DnsDriver.c
+++ b/NetworkPkg/DnsDxe/DnsDriver.c
@@ -1,7 +1,7 @@
 /** @file
 The driver binding and service binding protocol for DnsDxe driver.
 
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2015 - 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
 which accompanies this distribution.  The full text of the license may be 
found at
@@ -1081,7 +1081,7 @@ Dns6DriverBindingStop (
 
   @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
 
@@ -1324,7 +1324,7 @@ Dns4ServiceBindingDestroyChild (
 
   @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
 
diff --git a/NetworkPkg/DnsDxe/DnsDriver.h b/NetworkPkg/DnsDxe/DnsDriver.h
index f6b8a7e..6632bb2 100644
--- a/NetworkPkg/DnsDxe/DnsDriver.h
+++ b/NetworkPkg/DnsDxe/DnsDriver.h
@@ -1,7 +1,7 @@
 /** @file
 The header files of the driver binding and service binding protocol for DnsDxe 
driver.
 
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2015 - 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
 which accompanies this distribution.  The full text of the license may be 
found at
@@ -514,7 +514,7 @@ Dns6DriverBindingStop (
 
   @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
 
@@ -565,7 +565,7 @@ Dns4ServiceBindingDestroyChild (
 
   @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
 
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.
 
diff --git a/NetworkPkg/Ip6Dxe/Ip6Driver.c b/NetworkPkg/Ip6Dxe/Ip6Driver.c
index f2df200..8a8cc89 100644
--- a/NetworkPkg/Ip6Dxe/Ip6Driver.c
+++ b/NetworkPkg/Ip6Dxe/Ip6Driver.c
@@ -796,7 +796,7 @@ Exit:
                                  the existing child handle.
 
   @retval EFI_SUCCES             The child handle was created with the I/O 
services.
-  @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/Ip6Dxe/Ip6Driver.h b/NetworkPkg/Ip6Dxe/Ip6Driver.h
index d16ff48..0874c4c 100644
--- a/NetworkPkg/Ip6Dxe/Ip6Driver.h
+++ b/NetworkPkg/Ip6Dxe/Ip6Driver.h
@@ -1,7 +1,7 @@
 /** @file
   The driver binding and service binding protocol for IP6 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
@@ -141,7 +141,7 @@ Ip6DriverBindingStop (
   );
 
 //
-// Function ptototypes for the ServiceBinding Prococol
+// Function prototypes for the ServiceBinding Protocol
 //
 
 /**
@@ -154,7 +154,7 @@ Ip6DriverBindingStop (
                                  the existing child handle.
 
   @retval EFI_SUCCES             The child handle was created with the I/O 
services.
-  @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/TcpDxe/TcpDriver.c b/NetworkPkg/TcpDxe/TcpDriver.c
index ce3dd0b..6f815ef 100644
--- a/NetworkPkg/TcpDxe/TcpDriver.c
+++ b/NetworkPkg/TcpDxe/TcpDriver.c
@@ -1,7 +1,7 @@
 /** @file
   The driver binding and service binding protocol for the TCP driver.
 
-  Copyright (c) 2009 - 2014, 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
@@ -869,7 +869,7 @@ TcpDestroySocketCallback (
 
   @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.
 
diff --git a/NetworkPkg/TcpDxe/TcpDriver.h b/NetworkPkg/TcpDxe/TcpDriver.h
index 19dd168..30b102f 100644
--- a/NetworkPkg/TcpDxe/TcpDriver.h
+++ b/NetworkPkg/TcpDxe/TcpDriver.h
@@ -1,7 +1,7 @@
 /** @file
   The prototype of driver binding and service binding protocol for TCP driver.
 
-  Copyright (c) 2009 - 2014, 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
@@ -238,7 +238,7 @@ TcpDestroySocketCallback (
   );
 
 //
-// Function ptototypes for the ServiceBinding Prococol
+// Function prototypes for the ServiceBinding Protocol
 //
 
 /**
diff --git a/NetworkPkg/Udp6Dxe/Udp6Driver.c b/NetworkPkg/Udp6Dxe/Udp6Driver.c
index da20939..a4b1104 100644
--- a/NetworkPkg/Udp6Dxe/Udp6Driver.c
+++ b/NetworkPkg/Udp6Dxe/Udp6Driver.c
@@ -1,7 +1,7 @@
 /** @file
   Driver Binding functions and Service Binding functions for the Network 
driver module.
 
-  Copyright (c) 2009 - 2014, 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
@@ -321,7 +321,7 @@ Udp6DriverBindingStop (
 
   @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/Udp6Dxe/Udp6Driver.h b/NetworkPkg/Udp6Dxe/Udp6Driver.h
index b40c6f9..af1d64c 100644
--- a/NetworkPkg/Udp6Dxe/Udp6Driver.h
+++ b/NetworkPkg/Udp6Dxe/Udp6Driver.h
@@ -1,7 +1,7 @@
 /** @file
   Driver Binding functions and Service Binding functions for the Network 
driver module.
 
-  Copyright (c) 2009 - 2011, 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
@@ -140,7 +140,7 @@ Udp6DriverBindingStop (
 
   @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/Udp6Dxe/Udp6Impl.c b/NetworkPkg/Udp6Dxe/Udp6Impl.c
index 7ed5041..5896a7a 100644
--- a/NetworkPkg/Udp6Dxe/Udp6Impl.c
+++ b/NetworkPkg/Udp6Dxe/Udp6Impl.c
@@ -199,10 +199,10 @@ Udp6DeliverDgram (
   );
 
 /**
-  This function demultiplexes the received udp datagram to the apropriate 
instances.
+  This function demultiplexes the received udp datagram to the appropriate 
instances.
 
   @param[in]  Udp6Service        Pointer to the udp service context data.
-  @param[in]  NetSession         Pointer to the EFI_NET_SESSION_DATA abstrated 
from
+  @param[in]  NetSession         Pointer to the EFI_NET_SESSION_DATA 
abstracted from
                                  the received datagram.
   @param[in]  Packet             Pointer to the buffer containing the received 
udp
                                  datagram.
@@ -1579,7 +1579,7 @@ Udp6DeliverDgram (
   This function demultiplexes the received udp datagram to the appropriate 
instances.
 
   @param[in]  Udp6Service        Pointer to the udp service context data.
-  @param[in]  NetSession         Pointer to the EFI_NET_SESSION_DATA abstrated 
from
+  @param[in]  NetSession         Pointer to the EFI_NET_SESSION_DATA 
abstracted from
                                  the received datagram.
   @param[in]  Packet             Pointer to the buffer containing the received 
udp
                                  datagram.
-- 
2.9.0.windows.1

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to