diff options
author | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-08 05:53:18 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-08 05:53:18 +0000 |
commit | 4f0779023cb4f633425a6fa8df747326336f2077 (patch) | |
tree | b4b886d425bb25ddd135777f46264f493b9a841e /MdePkg/Include/Protocol/IpSecConfig.h | |
parent | 8052c4a2b9e0c3575e912e5867cd0d7c2669c925 (diff) | |
download | edk2-platforms-4f0779023cb4f633425a6fa8df747326336f2077.tar.xz |
String Reference Cleanup.
Signed-off-by: lzeng14
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11762 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/IpSecConfig.h')
-rw-r--r-- | MdePkg/Include/Protocol/IpSecConfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Include/Protocol/IpSecConfig.h b/MdePkg/Include/Protocol/IpSecConfig.h index e305381f7e..c6e2b36beb 100644 --- a/MdePkg/Include/Protocol/IpSecConfig.h +++ b/MdePkg/Include/Protocol/IpSecConfig.h @@ -3,7 +3,7 @@ The EFI_IPSEC_CONFIG_PROTOCOL provides the mechanism to set and retrieve security and
policy related information for the EFI IPsec protocol driver.
- Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -331,7 +331,7 @@ typedef struct _EFI_IPSEC_SA_ID { ///
typedef struct _EFI_IPSEC_SPD_DATA {
///
- /// A null-terminated name string which is used as a symbolic
+ /// A null-terminated ASCII name string which is used as a symbolic
/// identifier for an IPsec Local or Remote address.
///
UINT8 Name[MAX_PEERID_LEN];
@@ -522,7 +522,7 @@ typedef struct _EFI_IPSEC_PAD_ID { ///
EFI_IP_ADDRESS_INFO IpAddress;
///
- /// Pointer to a null terminated string (8-bit ASCII character)
+ /// Pointer to a null terminated ASCII string
/// representing the symbolic names. A PeerId can be a DNS
/// name, Distinguished Name, RFC 822 email address or Key ID
/// (specified in section 4.4.3.1 of RFC 4301)
|