summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Udp6.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/Udp6.h')
-rw-r--r--MdePkg/Include/Protocol/Udp6.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/Udp6.h b/MdePkg/Include/Protocol/Udp6.h
index c7902c2981..4c6771c042 100644
--- a/MdePkg/Include/Protocol/Udp6.h
+++ b/MdePkg/Include/Protocol/Udp6.h
@@ -99,12 +99,12 @@ typedef struct {
///
UINT16 SourcePort;
///
- /// Address to which this packet is sent. When sending packet, itĄŻll be ignored
+ /// Address to which this packet is sent. When sending packet, it'll be ignored
/// if it is zero.
///
EFI_IPv6_ADDRESS DestinationAddress;
///
- /// Port to which this packet is sent. When sending packet, itĄŻll be
+ /// Port to which this packet is sent. When sending packet, it'll be
/// ignored if it is zero.
///
UINT16 DestinationPort;
@@ -428,7 +428,7 @@ EFI_STATUS
fields is NULL.
- Token.Packet.TxData.UdpSessionData.DestinationAddress is not zero
and is not valid unicast Ipv6 address if UdpSessionData is not NULL.
- - Token.Packet.TxData.UdpSessionData is NULL and this instanceĄŻs
+ - Token.Packet.TxData.UdpSessionData is NULL and this instance's
UdpConfigData.RemoteAddress is unspecified.
- Token.Packet.TxData.UdpSessionData.DestinationAddress is non-zero
when DestinationAddress is configured as non-zero when doing Configure()