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>
This commit is contained in:
Gary Lin
2016-10-19 15:01:26 +08:00
committed by Feng Tian
parent 3b28e7448d
commit 0a18956d54
31 changed files with 60 additions and 60 deletions

View File

@@ -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.