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>
This commit is contained in:
Giri P Mudusuru
2016-07-08 14:21:06 +08:00
committed by Liming Gao
parent b88df76120
commit c2adf51f00
12 changed files with 27 additions and 27 deletions

View File

@@ -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.