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
This commit is contained in:
qhuang8
2009-08-19 09:08:27 +00:00
parent 2832b22816
commit 176648481e
8 changed files with 22 additions and 22 deletions

View File

@@ -99,12 +99,12 @@ typedef struct {
///
UINT16 SourcePort;
///
/// Address to which this packet is sent. When sending packet, it<EFBFBD><EFBFBD>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<EFBFBD><EFBFBD>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<EFBFBD><EFBFBD>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()