X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FUserIdentification%2FUserProfileManagerDxe%2FModifyIdentityPolicy.c;fp=SecurityPkg%2FUserIdentification%2FUserProfileManagerDxe%2FModifyIdentityPolicy.c;h=7c58329591adcd0d49e084e643846319a2d98b66;hp=9f157f816b28f3eb4bb72881f4c1d04ae3a4b842;hb=c0cb1e1a72bccb5c83d7a36a8e52a38002b18671;hpb=0ab475c9a1d551a919430f3b6df6f652e4d2a3ed diff --git a/SecurityPkg/UserIdentification/UserProfileManagerDxe/ModifyIdentityPolicy.c b/SecurityPkg/UserIdentification/UserProfileManagerDxe/ModifyIdentityPolicy.c index 9f157f816b..7c58329591 100644 --- a/SecurityPkg/UserIdentification/UserProfileManagerDxe/ModifyIdentityPolicy.c +++ b/SecurityPkg/UserIdentification/UserProfileManagerDxe/ModifyIdentityPolicy.c @@ -409,7 +409,7 @@ CheckNewIdentityPolicy ( /** Save the identity policy and update UI with it. - This funciton will verify the new identity policy, in current implementation, + This function will verify the new identity policy, in current implementation, the identity policy can be: T, P & P & P & ..., P | P | P | ... Here, "T" means "True", "P" means "Credential Provider", "&" means "and", "|" means "or". Other identity policies are not supported.