From c0cb1e1a72bccb5c83d7a36a8e52a38002b18671 Mon Sep 17 00:00:00 2001 From: "Zhang, Chao B" Date: Tue, 15 Nov 2016 16:20:08 +0800 Subject: SecurityPkg: Fix typos in comments This patch fixes the following typos: - intialized -> initialized - TURE -> TRUE - successull -> successfully - hanlder -> handler - funciton -> function - Seperator -> Separator - Sumbit -> Submit Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin Reviewed-by: Chao Zhang --- .../UserIdentification/UserProfileManagerDxe/ModifyIdentityPolicy.c | 2 +- .../UserIdentification/UserProfileManagerDxe/UserProfileManager.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'SecurityPkg') 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. diff --git a/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.h b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.h index afa420ea7b..5ab5457a8f 100644 --- a/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.h +++ b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.h @@ -254,7 +254,7 @@ AddIdentityPolicyItem ( /** 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. -- cgit v1.2.3