summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Udp6.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-19 09:08:27 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-19 09:08:27 +0000
commit176648481e5f5edd4cb2770ff7cd25dc8dd426c5 (patch)
treee74c5f77ac2657cb15bdd52dbda9227d6f3bd9ac /MdePkg/Include/Protocol/Udp6.h
parent2832b228163050a0676b5edc853b898022f8d5dd (diff)
downloadedk2-platforms-176648481e5f5edd4cb2770ff7cd25dc8dd426c5.tar.xz
Remove some non-ascii code in header file and fix some minor typos in comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9129 6f19259b-4bc3-4df7-8a09-765794883524
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()