summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Udp6Dxe/Udp6Impl.c
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/Udp6Dxe/Udp6Impl.c
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/Udp6Dxe/Udp6Impl.c')
-rw-r--r--NetworkPkg/Udp6Dxe/Udp6Impl.c6
1 files changed, 3 insertions, 3 deletions
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.