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:
@ -409,7 +409,7 @@ CheckNewIdentityPolicy (
|
|||||||
/**
|
/**
|
||||||
Save the identity policy and update UI with it.
|
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 | ...
|
the identity policy can be: T, P & P & P & ..., P | P | P | ...
|
||||||
Here, "T" means "True", "P" means "Credential Provider", "&" means "and", "|" means "or".
|
Here, "T" means "True", "P" means "Credential Provider", "&" means "and", "|" means "or".
|
||||||
Other identity policies are not supported.
|
Other identity policies are not supported.
|
||||||
|
@ -254,7 +254,7 @@ AddIdentityPolicyItem (
|
|||||||
/**
|
/**
|
||||||
Save the identity policy and update UI with it.
|
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 | ...
|
the identity policy can be: T, P & P & P & ..., P | P | P | ...
|
||||||
Here, "T" means "True", "P" means "Credential Provider", "&" means "and", "|" means "or".
|
Here, "T" means "True", "P" means "Credential Provider", "&" means "and", "|" means "or".
|
||||||
Other identity policies are not supported.
|
Other identity policies are not supported.
|
||||||
|
Reference in New Issue
Block a user