summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/Library
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:13 +0800
committerJordan Justen <jordan.l.justen@intel.com>2016-10-19 13:32:20 -0700
commitafa99fac5481ec3934f95429ae753991ce9538c1 (patch)
tree0c7c3b82b699cd97c4f02d3205f1a8775a57d9bb /EmulatorPkg/Library
parent4f0624e87a89afce8408a87997482b383e7ba131 (diff)
downloadedk2-afa99fac5481ec3934f95429ae753991ce9538c1.tar.gz
edk2-afa99fac5481ec3934f95429ae753991ce9538c1.tar.bz2
edk2-afa99fac5481ec3934f95429ae753991ce9538c1.zip
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>
Diffstat (limited to 'EmulatorPkg/Library')
-rw-r--r--EmulatorPkg/Library/EmuBdsLib/BdsPlatform.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/EmulatorPkg/Library/EmuBdsLib/BdsPlatform.c b/EmulatorPkg/Library/EmuBdsLib/BdsPlatform.c
index 46d2a7ee03..3580d36779 100644
--- a/EmulatorPkg/Library/EmuBdsLib/BdsPlatform.c
+++ b/EmulatorPkg/Library/EmuBdsLib/BdsPlatform.c
@@ -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.