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:
committed by
Liming Gao
parent
b88df76120
commit
c2adf51f00
@@ -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.
|
||||
|
Reference in New Issue
Block a user