mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
6b4de7a16e
commit
4b0f5775e7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue