summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/PlatformDriOverrideDxe
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/PlatformDriOverrideDxe
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/PlatformDriOverrideDxe')
-rw-r--r--MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c4
-rw-r--r--MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c8
2 files changed, 6 insertions, 6 deletions
diff --git a/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c b/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c
index 1274d6720d..eddd75a162 100644
--- a/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c
+++ b/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c
@@ -541,7 +541,7 @@ UpdateDeviceSelectPage (
@param ImageHandle The Image handle
@return Handle to Driver binding
- @retval NULL The paramter is not valid or the driver binding handle is not found.
+ @retval NULL The parameter is not valid or the driver binding handle is not found.
**/
EFI_HANDLE
@@ -1577,7 +1577,7 @@ DriverLoaded (
}
/**
- The driver Entry Point. The funciton will export a disk device class formset and
+ The driver Entry Point. The function will export a disk device class formset and
its callback function to hii database.
@param ImageHandle The firmware allocated handle for the EFI image.
diff --git a/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c b/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c
index 7d880e6277..86c34be88d 100644
--- a/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c
+++ b/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c
@@ -147,7 +147,7 @@ CheckExistInStack (
According to a file GUID, check a Fv file device path is valid. If it is invalid,
try to return the valid device path.
- FV address maybe changes for memory layout adjust from time to time, use this funciton
+ FV address maybe changes for memory layout adjust from time to time, use this function
could promise the Fv file device path is right.
@param DevicePath On input, the FV file device path to check
@@ -1115,7 +1115,7 @@ SaveOverridesMapping (
If Binding protocol is not found, it is set to NULL.
@return Pointer into the Binding Protocol interface
- @retval NULL The paramter is not valid or the binding protocol is not found.
+ @retval NULL The parameter is not valid or the binding protocol is not found.
**/
EFI_DRIVER_BINDING_PROTOCOL *
@@ -1315,7 +1315,7 @@ GetDriverFromMapping (
//
if (CheckExistInStack (OverrideItem->ControllerDevicePath)) {
//
- // There is a dependecy dead loop if the ControllerDevicePath appear in stack twice
+ // There is a dependency dead loop if the ControllerDevicePath appear in stack twice
//
return EFI_UNSUPPORTED;
}
@@ -1337,7 +1337,7 @@ GetDriverFromMapping (
// If the image device path contains an FV node, check the FV file device path is valid.
// If it is invalid, try to return the valid device path.
// FV address maybe changes for memory layout adjust from time to time,
- // use this funciton could promise the FV file device path is right.
+ // use this function could promise the FV file device path is right.
//
Status = UpdateFvFileDevicePath (&TempDriverImagePath, NULL, CallerImageHandle);
if (!EFI_ERROR (Status)) {