diff options
author | qianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-12-05 03:17:15 +0000 |
---|---|---|
committer | qianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-12-05 03:17:15 +0000 |
commit | 4b0f5775e7b7b7e7fff0bc7c41342dd4e52d3886 (patch) | |
tree | 7e1dbf0b8a4b30f2d38d9b50fb997b852a3bf74d /NetworkPkg/IpSecDxe/IkeService.h | |
parent | 6b4de7a16ec8a35c3a4b2cd017969796167a5df0 (diff) | |
download | edk2-platforms-4b0f5775e7b7b7e7fff0bc7c41342dd4e52d3886.tar.xz |
Fix a ECC error - the parameter's name in comments is inconsistent with the one in Function's.
Signed-off-by: qianouyang
Reviewed-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12815 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/IpSecDxe/IkeService.h')
-rw-r--r-- | NetworkPkg/IpSecDxe/IkeService.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/IpSecDxe/IkeService.h b/NetworkPkg/IpSecDxe/IkeService.h index d1ac103dd4..cc21154ac6 100644 --- a/NetworkPkg/IpSecDxe/IkeService.h +++ b/NetworkPkg/IpSecDxe/IkeService.h @@ -241,7 +241,7 @@ IkeLookupUdp ( Information packet.
@param[in] Private Pointer of the IPSEC_PRIVATE_DATA.
- @param[in] IsDisableIPsec Indicate whether needs to disable IPsec.
+ @param[in] IsDisableIpsec Indicate whether needs to disable IPsec.
**/
VOID
|