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
This commit is contained in:
qhuang8 2009-11-18 04:14:42 +00:00
parent dd72d66af8
commit 3227f99545
1 changed files with 2 additions and 2 deletions

View File

@ -479,7 +479,7 @@ typedef struct _EFI_IPSEC_SA_DATA {
/// ///
EFI_IPSEC_SPD_SELECTOR *SpdSelector; 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 /// If ManualSet is FALSE, the corresponding SA entry is inserted through
/// IKE protocol negotiation. /// 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 This function is used to set the IPsec configuration information of type DataType for
the EFI IPsec driver. the EFI IPsec driver.
The IPsec configuration data has a unique selector/identifier separately to identify 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 Using SetData() with a Data of NULL causes the IPsec configuration data entry identified
by DataType and Selector to be deleted. by DataType and Selector to be deleted.