summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524>2011-12-05 03:17:15 +0000
committerqianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524>2011-12-05 03:17:15 +0000
commit5288f58afb703be3281607010372cf78fdf37a41 (patch)
treec03bcc46abc25c81517f82aac3ecd0861d2f0104
parent4d141b15a11de24d2302b82a4b5842926c7133bd (diff)
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@12815 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--edk2/NetworkPkg/IpSecDxe/IkeService.c2
-rw-r--r--edk2/NetworkPkg/IpSecDxe/IkeService.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/edk2/NetworkPkg/IpSecDxe/IkeService.c b/edk2/NetworkPkg/IpSecDxe/IkeService.c
index 2ea596253..12ee030e7 100644
--- a/edk2/NetworkPkg/IpSecDxe/IkeService.c
+++ b/edk2/NetworkPkg/IpSecDxe/IkeService.c
@@ -693,7 +693,7 @@ ON_EXIT:
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
diff --git a/edk2/NetworkPkg/IpSecDxe/IkeService.h b/edk2/NetworkPkg/IpSecDxe/IkeService.h
index d1ac103dd..cc21154ac 100644
--- a/edk2/NetworkPkg/IpSecDxe/IkeService.h
+++ b/edk2/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