diff options
author | Zhang, Chao B <chao.b.zhang@intel.com> | 2016-11-15 16:20:08 +0800 |
---|---|---|
committer | Zhang, Chao B <chao.b.zhang@intel.com> | 2016-11-15 16:21:33 +0800 |
commit | c0cb1e1a72bccb5c83d7a36a8e52a38002b18671 (patch) | |
tree | 2b57be35a5de873086761f913bf744cb56ab1b94 /SecurityPkg | |
parent | 0ab475c9a1d551a919430f3b6df6f652e4d2a3ed (diff) | |
download | edk2-platforms-c0cb1e1a72bccb5c83d7a36a8e52a38002b18671.tar.xz |
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 <glin@suse.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/UserIdentification/UserProfileManagerDxe/ModifyIdentityPolicy.c | 2 | ||||
-rw-r--r-- | SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.h | 2 |
2 files changed, 2 insertions, 2 deletions
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.
|