diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-11-18 04:14:42 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-11-18 04:14:42 +0000 |
commit | 3227f995457f6a9400dbb9bfc3f5e2eab449ba10 (patch) | |
tree | 0ebdefb86221018df36dcce603beb204c32d4d68 /MdePkg/Include | |
parent | dd72d66af87019d05e4320cf6a1daaf0a27f82c4 (diff) | |
download | edk2-platforms-3227f995457f6a9400dbb9bfc3f5e2eab449ba10.tar.xz |
Fix some unicode characters in source file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9442 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Protocol/IpSecConfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/IpSecConfig.h b/MdePkg/Include/Protocol/IpSecConfig.h index 609bc3d3fd..375d1df2da 100644 --- a/MdePkg/Include/Protocol/IpSecConfig.h +++ b/MdePkg/Include/Protocol/IpSecConfig.h @@ -479,7 +479,7 @@ typedef struct _EFI_IPSEC_SA_DATA { ///
EFI_IPSEC_SPD_SELECTOR *SpdSelector;
///
- /// Indication of whether it¡¯s manually set or negotiated automatically.
+ /// Indication of whether it's manually set or negotiated automatically.
/// If ManualSet is FALSE, the corresponding SA entry is inserted through
/// IKE protocol negotiation.
///
@@ -595,7 +595,7 @@ typedef struct _EFI_IPSEC_PAD_DATA { This function is used to set the IPsec configuration information of type DataType for
the EFI IPsec driver.
The IPsec configuration data has a unique selector/identifier separately to identify
- a data entry. The selector structure depends on DataType¡¯s definition.
+ a data entry. The selector structure depends on DataType's definition.
Using SetData() with a Data of NULL causes the IPsec configuration data entry identified
by DataType and Selector to be deleted.
|