EmulatorPkg: Fix typos in comments and variables

- Predfined -> Predefined
- minimue -> minimum
- predeined -> predefined
- excute -> execute
- availible -> available
- discontiguous -> discontinuous
- permenent -> permanent
- immediatly -> immediately
- environmemt -> environment
- Seperator -> Separator
- remmeber -> remember
- initailized -> initialized

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Gary Lin
2016-10-19 15:01:13 +08:00
committed by Jordan Justen
parent 4f0624e87a
commit afa99fac54
7 changed files with 221 additions and 221 deletions

View File

@@ -92,7 +92,7 @@ Routine Description:
Arguments:
PlatformConsole - Predfined platform default console device array.
PlatformConsole - Predefined platform default console device array.
Returns:
@@ -113,7 +113,7 @@ Returns:
//
// Have chance to connect the platform default console,
// the platform default console is the minimue device group
// the platform default console is the minimum device group
// the platform should support
//
while (PlatformConsole[Index].DevicePath != NULL) {
@@ -149,7 +149,7 @@ PlatformBdsConnectSequence (
Routine Description:
Connect with predeined platform connect sequence,
Connect with predefined platform connect sequence,
the OEM/IBV can customize with their own connect sequence.
Arguments:
@@ -288,7 +288,7 @@ PlatformBdsPolicyBehavior (
Routine Description:
The function will excute with as the platform policy, current policy
The function will execute with as the platform policy, current policy
is driven by boot mode. IBV/OEM can customize this code for their specific
policy action.