From: gdong1 Date: Wed, 16 Nov 2011 01:20:58 +0000 (+0000) Subject: Make comments to be consistent with the parameter. X-Git-Tag: edk2-stable201903~13898 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=9463796b8829a65242d2b202d7f777643d4ba4c4 Make comments to be consistent with the parameter. Signed-off-by: gdong1 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12718 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/SecurityPkg/UserIdentification/UserProfileManagerDxe/ModifyIdentityPolicy.c b/SecurityPkg/UserIdentification/UserProfileManagerDxe/ModifyIdentityPolicy.c index eaf53c9678..9f157f816b 100644 --- a/SecurityPkg/UserIdentification/UserProfileManagerDxe/ModifyIdentityPolicy.c +++ b/SecurityPkg/UserIdentification/UserProfileManagerDxe/ModifyIdentityPolicy.c @@ -60,8 +60,8 @@ ProviderAlreadyInPolicy ( /** Add the user's credential record in the provider. - @param[in] ProviderGuid Point to credential provider guid. - @param[in] User Points to user profile. + @param[in] Identity Identity policy item including credential provider. + @param[in] User Points to user profile. @retval EFI_SUCCESS Add or delete record successfully. @retval Others Fail to add or delete record.