summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Console
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:26 +0800
committerFeng Tian <feng.tian@intel.com>2016-10-27 09:11:19 +0800
commit0a18956d54cfe70b736b029c62ce53f29b903745 (patch)
treea1f36b370a62edab9e9ed5cf3069143e19586bc3 /MdeModulePkg/Universal/Console
parent3b28e7448de6ef8ed94036bffe23c67dc20a7aff (diff)
downloadedk2-0a18956d54cfe70b736b029c62ce53f29b903745.tar.gz
edk2-0a18956d54cfe70b736b029c62ce53f29b903745.tar.bz2
edk2-0a18956d54cfe70b736b029c62ce53f29b903745.zip
MdeModulePkg/Universal: Fix typos in comments
- stardard -> standard - doule -> double - defalut -> default - Pacakge -> Package - globa -> global - responsiblity -> responsibility - outputed -> outputted - specifiecd -> specified - Resuts -> Results - the a -> a - suported -> supported - assocated -> associated - TURE -> TRUE - successfull -> successfully - excute -> execute - reseting -> resetting - Retrive -> Retrieve - funciton -> function - paramter -> parameter - dependecy -> dependency - boundry -> boundary - permenantly -> permanently Cc: Feng Tian <feng.tian@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/Console')
-rw-r--r--MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c2
-rw-r--r--MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h2
-rw-r--r--MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
index 795123d106..1ee8acf9e8 100644
--- a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
+++ b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
@@ -328,7 +328,7 @@ ConPlatformTextInDriverBindingStart (
}
/**
- Start this driver on the device for console output and stardard error output.
+ Start this driver on the device for console output and standard error output.
Start this driver on ControllerHandle by opening Simple Text Output Protocol,
reading Device Path, and installing Console Out Devcic GUID, Standard Error
diff --git a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h
index 4e59e1bbd7..4b88e9781d 100644
--- a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h
+++ b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h
@@ -140,7 +140,7 @@ ConPlatformTextInDriverBindingStart (
);
/**
- Start this driver on the device for console output and stardard error output.
+ Start this driver on the device for console output and standard error output.
Start this driver on ControllerHandle by opening Simple Text Output Protocol,
reading Device Path, and installing Console Out Devcic GUID, Standard Error
diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
index 6fde3b2c7a..3f445f0272 100644
--- a/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
+++ b/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
@@ -678,7 +678,7 @@ TerminalDriverBindingStart (
//
if (FirstEnter) {
//
- // First enther the start funciton
+ // First enther the start function
//
FirstEnter = FALSE;
//