From c2adf51f004d2085df0cfa175d2ca95e140999a2 Mon Sep 17 00:00:00 2001 From: Giri P Mudusuru Date: Fri, 8 Jul 2016 14:21:06 +0800 Subject: NetworkPkg: Fix typos in comments - abstrated to abstracted - apropriate to appropriate - availabe to available - ptototypes to prototypes - prococol protocol Cc: Siyuan Fu Cc: Jiaxin Wu Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru Reviewed-by: Jiaxin Wu --- NetworkPkg/Udp6Dxe/Udp6Driver.c | 4 ++-- NetworkPkg/Udp6Dxe/Udp6Driver.h | 4 ++-- NetworkPkg/Udp6Dxe/Udp6Impl.c | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'NetworkPkg/Udp6Dxe') diff --git a/NetworkPkg/Udp6Dxe/Udp6Driver.c b/NetworkPkg/Udp6Dxe/Udp6Driver.c index da2093962a..a4b1104d2b 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.
+ Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
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 b40c6f91dc..af1d64c46b 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.
+ Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
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 7ed50411c6..5896a7a2e0 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. -- cgit v1.2.3