mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
0ab475c9a1
commit
c0cb1e1a72
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue