mirror of https://github.com/acidanthera/audk.git
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:
parent
dd72d66af8
commit
3227f99545
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue