From 3227f995457f6a9400dbb9bfc3f5e2eab449ba10 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Wed, 18 Nov 2009 04:14:42 +0000 Subject: [PATCH] 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 --- MdePkg/Include/Protocol/IpSecConfig.h | 4 ++-- 1 file 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.