]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix a ECC error - the parameter's name in comments is inconsistent with the one in...
authorqianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 5 Dec 2011 03:17:15 +0000 (03:17 +0000)
committerqianouyang <qianouyang@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 5 Dec 2011 03:17:15 +0000 (03:17 +0000)
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

NetworkPkg/IpSecDxe/IkeService.c
NetworkPkg/IpSecDxe/IkeService.h

index 2ea5962537c42cb7c30e961961ae5bb8e56147e5..12ee030e70561c591f26b686b0b45a5a92cc2b0f 100644 (file)
@@ -693,7 +693,7 @@ ON_EXIT:
   Information packet.\r
 \r
   @param[in]  Private           Pointer of the IPSEC_PRIVATE_DATA\r
-  @param[in]  IsDisableIPsec    Indicate whether needs to disable IPsec.\r
+  @param[in]  IsDisableIpsec    Indicate whether needs to disable IPsec.\r
 \r
 **/\r
 VOID\r
index d1ac103dd4a8094d34f5c1cf4952ec66d9764c92..cc21154ac6227cf72d0ceed7d5d34fbb0a388c3f 100644 (file)
@@ -241,7 +241,7 @@ IkeLookupUdp (
   Information packet.\r
 \r
   @param[in]  Private           Pointer of the IPSEC_PRIVATE_DATA.\r
-  @param[in]  IsDisableIPsec    Indicate whether needs to disable IPsec.\r
+  @param[in]  IsDisableIpsec    Indicate whether needs to disable IPsec.\r
 \r
 **/\r
 VOID\r