diff options
author | gdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-16 01:20:58 +0000 |
---|---|---|
committer | gdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-11-16 01:20:58 +0000 |
commit | 9463796b8829a65242d2b202d7f777643d4ba4c4 (patch) | |
tree | af17b842cbd9706cbd49dc1a2ebc4fdbeaa46f3f /SecurityPkg/UserIdentification | |
parent | 1aff716ac76a8dc99d530a86879d042bec980cb4 (diff) | |
download | edk2-platforms-9463796b8829a65242d2b202d7f777643d4ba4c4.tar.xz |
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
Diffstat (limited to 'SecurityPkg/UserIdentification')
-rw-r--r-- | SecurityPkg/UserIdentification/UserProfileManagerDxe/ModifyIdentityPolicy.c | 4 |
1 files changed, 2 insertions, 2 deletions
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.
|